1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-08-13 10:07:11 +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;
left: 47%;
}
/* Make sure there's no overflow, or hidden bits still appear */
* > .et2_split {
overflow: hidden;
}
/**
* Label widget, and labels for other widgets