mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 20:51:23 +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;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
||||||
height: 100%;
|
height: 95%;
|
||||||
/* set via inline style on runtime:
|
/* set via inline style on runtime:
|
||||||
* left:
|
* left:
|
||||||
* width:
|
* width:
|
||||||
|
@ -273,7 +273,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
||||||
height: 100%;
|
height: 95%;
|
||||||
/* set via inline style on runtime:
|
/* set via inline style on runtime:
|
||||||
* left:
|
* left:
|
||||||
* width:
|
* width:
|
||||||
@ -1502,7 +1502,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
||||||
height: 100%;
|
height: 95%;
|
||||||
/* set via inline style on runtime:
|
/* set via inline style on runtime:
|
||||||
* left:
|
* left:
|
||||||
* width:
|
* width:
|
||||||
|
@ -946,7 +946,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
/* bottom: 0px; does NOT work in IE, IE needs height: 100%! */
|
||||||
height: 100%;
|
height: 95%;
|
||||||
/* set via inline style on runtime:
|
/* set via inline style on runtime:
|
||||||
* left:
|
* left:
|
||||||
* width:
|
* width:
|
||||||
|
Loading…
Reference in New Issue
Block a user