mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix broken calendar list caused by unintentional change from commit 8795f1865a
This commit is contained in:
parent
563a356eaa
commit
3c85c5ce9c
@ -1528,7 +1528,7 @@ img.calendar_print_appicon {
|
||||
/* Keeps the scrollbar in the window in chrome */
|
||||
margin-right: 10px;
|
||||
/* Prevents going to far down (off bottom)*/
|
||||
height: calc(25%);
|
||||
height: calc(100% - 78px);
|
||||
}
|
||||
#calendar_sidebox_content .egw_fw_ui_category_content {
|
||||
padding-left: 0px !important;
|
||||
|
@ -1516,7 +1516,7 @@ img.calendar_print_appicon {
|
||||
/* Keeps the scrollbar in the window in chrome */
|
||||
margin-right: 10px;
|
||||
/* Prevents going to far down (off bottom)*/
|
||||
height: calc(25%);
|
||||
height: calc(100% - 78px);
|
||||
}
|
||||
#calendar_sidebox_content .egw_fw_ui_category_content {
|
||||
padding-left: 0px !important;
|
||||
|
@ -29,7 +29,7 @@
|
||||
/* Keeps the scrollbar in the window in chrome */
|
||||
margin-right: 10px;
|
||||
/* Prevents going to far down (off bottom)*/
|
||||
height: calc(100% - 75px);
|
||||
height: ~"calc(100% - 78px)";
|
||||
}
|
||||
|
||||
// ************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user