From 6cceedae1f403a1f66dff258c61e572ccca2b5a5 Mon Sep 17 00:00:00 2001 From: Tan Yuanhong Date: Sun, 1 Mar 2020 13:18:12 +0800 Subject: [PATCH] Fixed navbar no longer covers modals --- asset/css/markbind.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asset/css/markbind.css b/asset/css/markbind.css index b38ecfa195..efb7784892 100644 --- a/asset/css/markbind.css +++ b/asset/css/markbind.css @@ -94,7 +94,7 @@ code.hljs:hover { header.header-fixed { position: fixed; width: 100%; - z-index: 9999; + z-index: 1000; } /* #app is treated as the main container */