mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Reverted removal of horizontal panel scrollbars from dc5e36ec
, as it makes important content like nested tree nodes inaccessible. UI elements inside the panel should adjust to the available width if visually required instead (fixes #7347)
This commit is contained in:
parent
bb72037de1
commit
607a9e2f45
@ -651,7 +651,6 @@ body.cms {
|
||||
width: ($grid-x * 22);
|
||||
padding: 0 $grid-x;
|
||||
overflow: auto;
|
||||
overflow-x:hidden;
|
||||
height:100%;
|
||||
.dropdown select {
|
||||
width:$grid-x * 20;
|
||||
|
Loading…
Reference in New Issue
Block a user