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