chore: adjusts LeaveWithoutSaving z-index
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
.leave-without-saving {
|
||||
@include blur-bg;
|
||||
position: fixed;
|
||||
z-index: var(--z-modal);
|
||||
z-index: calc(var(--z-modal) + 1);
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
@@ -17,4 +17,4 @@
|
||||
.btn {
|
||||
margin-right: $baseline;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -34,7 +34,7 @@ const Index = () => (
|
||||
<Router>
|
||||
<ModalProvider
|
||||
classPrefix="payload"
|
||||
zIndex={50}
|
||||
zIndex="var(--z-modal)"
|
||||
transTime={0}
|
||||
>
|
||||
<AuthProvider>
|
||||
|
||||
Reference in New Issue
Block a user