overlays shouldn't cover app header
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
/* ---------- OVERLAY RIGHT ---------- */
|
||||
.umb-overlay.umb-overlay-right {
|
||||
width: 500px;
|
||||
top: 0;
|
||||
top: @appHeaderHeight;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
border: none;
|
||||
@@ -128,7 +128,7 @@
|
||||
/* ---------- OVERLAY LEFT ---------- */
|
||||
.umb-overlay.umb-overlay-left {
|
||||
width: 500px;
|
||||
top: 0;
|
||||
top: @appHeaderHeight;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user