Give full height to notifications popup sidebar

This commit is contained in:
Hadi Nategh 2018-03-13 10:11:20 +01:00
parent ddd4127ee7
commit 7269c8fe77
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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