diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-04-06 15:05:09 -0400 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-01-20 23:40:09 -0500 |
| commit | 0b914d78155b8b5a5adfbeba91198766e315b9a0 (patch) | |
| tree | 926fcf8742c66458cf7e3fbf0be78b7550e72b88 /src/components/dialog_modal | |
| parent | 76d99c08d6740886b8c52ee4a0291706dc68ca3f (diff) | |
Make modal display over the top bar
Diffstat (limited to 'src/components/dialog_modal')
| -rw-r--r-- | src/components/dialog_modal/dialog_modal.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/dialog_modal/dialog_modal.vue b/src/components/dialog_modal/dialog_modal.vue index 24d65142..341cf105 100644 --- a/src/components/dialog_modal/dialog_modal.vue +++ b/src/components/dialog_modal/dialog_modal.vue @@ -39,7 +39,7 @@ right: 0; top: 0; background: rgb(27 31 35 / 50%); - z-index: 99; + z-index: 2000; } } @@ -51,7 +51,7 @@ margin: 15vh auto; position: fixed; transform: translateX(-50%); - z-index: 999; + z-index: 2001; cursor: default; display: block; background-color: $fallback--bg; |
