Fix calendar columns gets always y-scrollbar if the no time-grid pref is set

This commit is contained in:
Hadi Nategh 2015-10-02 14:53:18 +00:00
parent 72aaa6c546
commit 968dcb8336
3 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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: