mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
Fix splitter by setting no overflow
This commit is contained in:
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
|
||||||
|
Loading…
Reference in New Issue
Block a user