mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-07 01:58:50 +01:00
fix(preloader): fix menu being shown before preloader goes away
This commit is contained in:
parent
75dcc6c552
commit
4ee8cb1466
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1000;
|
||||
z-index: 1003;
|
||||
background: #000000;
|
||||
& > div {
|
||||
display: block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue