Fix for modals not displaying correctly

This commit is contained in:
Deon George 2024-01-11 09:46:12 +11:00
parent 6cef2dfa99
commit eda3680997
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
align-items: center;
align-content: center;
position: relative;
z-index: 10;
z-index: 14;
transition: all .2s;
&.header-shadow {

View File

@ -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 {