1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-07-13 21:06:17 +02:00

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

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