mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
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%;
|
||||
height:100%;
|
||||
}
|
||||
/*Avoid getting scrollbar on form area, let scrolling be handled by tree*/
|
||||
#mail-subscribe {
|
||||
overflow: hidden;
|
||||
}
|
@ -800,11 +800,11 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
|
||||
padding-top: 10px;
|
||||
}
|
||||
div.mailDisplayContainer.mailvelopeTopContainer {
|
||||
top:190px;
|
||||
top: 190px;
|
||||
}
|
||||
div.mailDisplayContainer.mailvelopeTopContainer > iframe {
|
||||
position: static;
|
||||
min-width: 860px;
|
||||
position: static;
|
||||
min-width: 860px;
|
||||
}
|
||||
}
|
||||
/* MOBILE and tablets (Portrait & Landscape) View --------------*/
|
||||
@ -880,6 +880,10 @@ div.mailComposeHeaderSection > table {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
/*Avoid getting scrollbar on form area, let scrolling be handled by tree*/
|
||||
#mail-subscribe {
|
||||
overflow: hidden;
|
||||
}
|
||||
#popupMainDiv {
|
||||
padding: 5px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user