fix: z-index
This commit is contained in:
parent
005b40036d
commit
b7e2eef988
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
inset: 0;
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
z-index: 3;
|
||||
|
||||
& .modal-body {
|
||||
position: fixed;
|
||||
|
|
Reference in a new issue