mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Give full height to notifications popup sidebar
This commit is contained in:
parent
ddd4127ee7
commit
7269c8fe77
@ -3541,7 +3541,7 @@ td.lettersearch {
|
||||
top: 43px !important;
|
||||
right: 0px !important;
|
||||
left: auto !important;
|
||||
height: calc(100% - 115px);
|
||||
height: calc(100% - 65px);
|
||||
width: 300px !important;
|
||||
position: absolute;
|
||||
background: white;
|
||||
|
@ -3530,7 +3530,7 @@ td.lettersearch {
|
||||
top: 43px !important;
|
||||
right: 0px !important;
|
||||
left: auto !important;
|
||||
height: calc(100% - 115px);
|
||||
height: calc(100% - 65px);
|
||||
width: 300px !important;
|
||||
position: absolute;
|
||||
background: white;
|
||||
|
@ -20,7 +20,7 @@
|
||||
top: 43px !important;
|
||||
right:0px !important;
|
||||
left: auto !important;
|
||||
height: ~"calc(100% - 115px)";
|
||||
height: ~"calc(100% - 65px)";
|
||||
width: 300px !important;
|
||||
position: absolute;
|
||||
background: white;
|
||||
|
@ -3552,7 +3552,7 @@ td.lettersearch {
|
||||
top: 43px !important;
|
||||
right: 0px !important;
|
||||
left: auto !important;
|
||||
height: calc(100% - 115px);
|
||||
height: calc(100% - 65px);
|
||||
width: 300px !important;
|
||||
position: absolute;
|
||||
background: white;
|
||||
|
Loading…
Reference in New Issue
Block a user