summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-10-18 16:10:28 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-10-18 16:10:28 +0900
commit754b5629e460aade5885762baf54887655fb0696 (patch)
treef99abc79b32fdef27df00675eeec11742d54b6bf /src
parentFix poll editor bug (diff)
downloadmisskey-754b5629e460aade5885762baf54887655fb0696.tar.gz
misskey-754b5629e460aade5885762baf54887655fb0696.tar.bz2
misskey-754b5629e460aade5885762baf54887655fb0696.zip
:art:
Diffstat (limited to 'src')
-rw-r--r--src/client/components/ui/window.vue1
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;