Fix for modals not displaying correctly
This commit is contained in:
parent
6cef2dfa99
commit
eda3680997
@ -6,7 +6,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 10;
|
z-index: 14;
|
||||||
transition: all .2s;
|
transition: all .2s;
|
||||||
|
|
||||||
&.header-shadow {
|
&.header-shadow {
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
// Main Base
|
// Main Base
|
||||||
|
|
||||||
.app-main {
|
.app-main {
|
||||||
flex: 1;
|
// flex: 1;
|
||||||
display: flex;
|
// display: flex;
|
||||||
z-index: 8;
|
// z-index: 8;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.app-main__outer {
|
.app-main__outer {
|
||||||
|
Loading…
Reference in New Issue
Block a user