diff --git a/css/_general.scss b/css/_general.scss index c36f55a..6dc5fe1 100644 --- a/css/_general.scss +++ b/css/_general.scss @@ -51,7 +51,7 @@ svg { right: 0; bottom: 0; width: var(--layers-width); - z-index: 9000; + z-index: 1100; display: flex; flex-direction: column; } diff --git a/css/_splash-page.scss b/css/_splash-page.scss index c5f398d..155ee2b 100644 --- a/css/_splash-page.scss +++ b/css/_splash-page.scss @@ -3,11 +3,12 @@ #splash { width:100% !important; height:100%!important; - position:fixed; + position:static; margin-top:-20px; background-color: #232125 !important; opacity: 1 !important; + z-index:1300; #splash-input { width:74%;