mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 12:41:10 +01:00
Fix calendar columns gets always y-scrollbar if the no time-grid pref is set
This commit is contained in:
parent
72aaa6c546
commit
968dcb8336
@ -257,7 +257,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
||||
height: 100%;
|
||||
height: 95%;
|
||||
/* set via inline style on runtime:
|
||||
* left:
|
||||
* width:
|
||||
|
@ -273,7 +273,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
||||
height: 100%;
|
||||
height: 95%;
|
||||
/* set via inline style on runtime:
|
||||
* left:
|
||||
* width:
|
||||
@ -1502,7 +1502,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
||||
height: 100%;
|
||||
height: 95%;
|
||||
/* set via inline style on runtime:
|
||||
* left:
|
||||
* width:
|
||||
|
@ -946,7 +946,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
||||
height: 100%;
|
||||
height: 95%;
|
||||
/* set via inline style on runtime:
|
||||
* left:
|
||||
* width:
|
||||
|
Loading…
Reference in New Issue
Block a user