From 3fdf5a57064837983ccfa9e9c1598135dbbabe85 Mon Sep 17 00:00:00 2001 From: Seth Burkart Date: Fri, 18 Aug 2023 17:25:42 +1000 Subject: [PATCH] fix sidebar overlap --- src/inject/injected.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/inject/injected.css b/src/inject/injected.css index 976290a5..5bb533de 100644 --- a/src/inject/injected.css +++ b/src/inject/injected.css @@ -22,6 +22,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . */ + @import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600'); :root { @@ -171,7 +172,7 @@ ul.magicDelete>li.deleting { border-right: none; font-family: Rubik, sans-serif !important; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; - z-index: 100 !important; + z-index: 11 !important; } #menu li>label>svg,