Fixing loader before code not triggering on welcome page
This commit is contained in:
parent
db66e137fa
commit
37e22804c9
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ export default {
|
|||
display: flex;
|
||||
|
||||
//Open an overlay to prevent page interaction
|
||||
&:before:not(.date-picker-hidden) {
|
||||
&:before { {
|
||||
content: "";
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue