From 2577913ea219f044c4d8cc594922ad70b95e89a7 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Tue, 11 Apr 2023 18:18:06 +0300 Subject: [PATCH] 1px gap for right panel --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 45f5c2ace..fcc02c740 100644 --- a/public/style.css +++ b/public/style.css @@ -2675,7 +2675,7 @@ a { #right-nav-panel { width: calc((100svw - var(--sheldWidth) - 2px) /2); - height: 100svh; + height: 99.9svh; position: fixed; top: 0; margin: 0;