diff --git a/theme/base/style/dock.css b/theme/base/style/dock.css index e4175af7deb..2fda102b7fd 100644 --- a/theme/base/style/dock.css +++ b/theme/base/style/dock.css @@ -20,7 +20,7 @@ body.has_dock {margin-left:30px;} #dockeditempanel {min-width:200px;position:relative;z-index:12000;left:100%;} #dockeditempanel.dockitempanel_hidden {display:none;} #dockeditempanel .dockeditempanel_content {background-color:#fff;border:1px solid #000;z-index:12050;} -#dockeditempanel .dockeditempanel_bd {overflow:auto;width:auto;} +#dockeditempanel .dockeditempanel_bd {overflow:auto;width:100%;} #dockeditempanel .dockeditempanel_bd .block_docked {margin:10px;} #dockeditempanel .dockeditempanel_bd .block_navigation .block_tree li {overflow:visible;} #dockeditempanel .dockeditempanel_hd {border-bottom:1px solid #000;} @@ -44,4 +44,4 @@ body.has_dock {margin-left:30px;} body.dir-rtl.has_dock {margin-left: 0px; margin-right: 30px} /* Test span used to calculate positioning of docked item labels */ -.transform-test-node { position:absolute;line-height:normal; } \ No newline at end of file +.transform-test-node { position:absolute;line-height:normal; }