diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-10-18 16:10:28 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-10-18 16:10:28 +0900 |
| commit | 754b5629e460aade5885762baf54887655fb0696 (patch) | |
| tree | f99abc79b32fdef27df00675eeec11742d54b6bf /src | |
| parent | Fix poll editor bug (diff) | |
| download | misskey-754b5629e460aade5885762baf54887655fb0696.tar.gz misskey-754b5629e460aade5885762baf54887655fb0696.tar.bz2 misskey-754b5629e460aade5885762baf54887655fb0696.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/components/ui/window.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/components/ui/window.vue b/src/client/components/ui/window.vue index cf76347d39..4a51a4d8e3 100644 --- a/src/client/components/ui/window.vue +++ b/src/client/components/ui/window.vue @@ -377,6 +377,7 @@ export default defineComponent({ $height: 50px; display: flex; position: relative; + z-index: 1; flex-shrink: 0; box-shadow: 0px 1px var(--divider); cursor: move; |