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:
Ingo Schommer 2012-05-20 14:00:14 +02:00
parent bb72037de1
commit 607a9e2f45

View File

@ -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;