fixed zindex's for main-header / brand-link

pull/2197/head
REJack 2019-08-19 12:35:00 +02:00
parent bc04864edf
commit a14df4917b
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 3 additions and 3 deletions

View File

@ -70,7 +70,7 @@ body,
top: 0; top: 0;
transition: width $transition-speed $transition-fn; transition: width $transition-speed $transition-fn;
width: $sidebar-width; width: $sidebar-width;
z-index: $zindex-main-sidebar + 1; z-index: $zindex-main-header + 1;
} }
// Sidebar variants brand-link fix // Sidebar variants brand-link fix
@ -93,7 +93,7 @@ body,
position: fixed; position: fixed;
right: 0; right: 0;
top: 0; top: 0;
z-index: $zindex-main-sidebar - 1; z-index: $zindex-main-header - 1;
} }
} }
@ -154,7 +154,7 @@ body,
top: 0; top: 0;
transition: width $transition-speed $transition-fn; transition: width $transition-speed $transition-fn;
width: $sidebar-width; width: $sidebar-width;
z-index: $zindex-main-sidebar + 1; z-index: $zindex-main-header + 1;
} }
// Sidebar variants brand-link fix // Sidebar variants brand-link fix