Fixed design zindex

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-08-02 22:40:52 +02:00
parent 01298cfa72
commit 248b786bd0
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
2 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ kbd {
position: fixed;
top: $header-height;
left: 0;
z-index: 1000;
z-index: 500;
overflow-y: auto;
overflow-x: hidden;
// Do not use vh because of mobile headers
@ -595,7 +595,7 @@ kbd {
/* APP-CONTENT AND WRAPPER ------------------------------------------ */
/* Part where the content will be loaded into */
#app-content {
z-index: 500;
z-index: 1000;
background-color: var(--color-main-background);
position: relative;
flex-basis: 100vw;

View File

@ -523,7 +523,7 @@ code {
width: auto;
border-radius: var(--border-radius);
border: none;
z-index: 500 !important;
z-index: 1600 !important; // above sidebar
.ui-state-default,
.ui-widget-content .ui-state-default,