mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-02 20:19:27 +01:00
Apply overflow:hidden for sidebox in top level, because there might be some apps (eg. AB) which need to have visible overflow over sidebox divs
This commit is contained in:
parent
9ee9aad19c
commit
c185974275
@ -24,9 +24,12 @@
|
||||
|
||||
.divSidebox,.textSidebox {
|
||||
border: none;
|
||||
overflow: hidden;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
#tdSidebox {
|
||||
overflow: hidden;
|
||||
}
|
||||
.textSidebox {
|
||||
border-top: 1px solid #d3d3d3;
|
||||
padding-left: 1px;
|
||||
|
Loading…
Reference in New Issue
Block a user