From eb9520397cd9e155e915e3e46f484bcc703e5abb Mon Sep 17 00:00:00 2001 From: cutls Date: Thu, 3 Sep 2020 11:20:57 +0900 Subject: [PATCH] z-index --- app/css/master.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/css/master.css b/app/css/master.css index b4d0a9e5..75f2c676 100644 --- a/app/css/master.css +++ b/app/css/master.css @@ -341,7 +341,7 @@ blockquote:before, } #menu { position: fixed; - z-index: 9999; + z-index: 999; background-color: var(--postbox); width: 540px; top: calc(50% - 150px);