From 2e7059ca5865e1c4617c7a65e09b5362fbd6c08b Mon Sep 17 00:00:00 2001 From: Amir Date: Sun, 15 Sep 2024 18:48:16 +0200 Subject: [PATCH] .. --- static/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index eed54437..6293fb54 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -198,7 +198,9 @@ body.side-menu.active { .content-open:before { position: absolute; top: 0; - bottom: 0; + left: 0; + right: 0; + bottom: -20000000000000px; width: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 99;