mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Overflow shouldn't happen on main #right div - it's resizing is controlled by js
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44547 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
ff104381ea
commit
11def0fbf2
@ -97,6 +97,9 @@ body.stillLoading select {
|
||||
}
|
||||
|
||||
/** 3-PANEL LAYOUT **/
|
||||
#right {
|
||||
overflow: hidden;
|
||||
}
|
||||
#top {
|
||||
font-size: 14px;
|
||||
height: 33px;
|
||||
|
Loading…
Reference in New Issue
Block a user