forked from extern/egroupware
Avoid getting scrollbar on form area and let the tree handles it
This commit is contained in:
parent
46c0817743
commit
74952cd739
@ -892,3 +892,7 @@ div.mailComposeHeaderSection>table {
|
|||||||
width:100%;
|
width:100%;
|
||||||
height:100%;
|
height:100%;
|
||||||
}
|
}
|
||||||
|
/*Avoid getting scrollbar on form area, let scrolling be handled by tree*/
|
||||||
|
#mail-subscribe {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
@ -880,6 +880,10 @@ div.mailComposeHeaderSection > table {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
/*Avoid getting scrollbar on form area, let scrolling be handled by tree*/
|
||||||
|
#mail-subscribe {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
#popupMainDiv {
|
#popupMainDiv {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user