Fix splitter by setting no overflow

This commit is contained in:
Nathan Gray 2013-05-27 16:58:24 +00:00
parent 89fe4531e2
commit f08af9d467

View File

@ -118,7 +118,10 @@ div.et2_hbox>div {
margin-top: -6px;
left: 47%;
}
/* Make sure there's no overflow, or hidden bits still appear */
* > .et2_split {
overflow: hidden;
}
/**
* Label widget, and labels for other widgets