From f5bf1fb44e95ce6f8bebcb422952f56c760e754c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Mon, 8 Aug 2022 17:01:44 +0300 Subject: [PATCH] Fix clickable .drawer-item when invisible --- resources/css/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/css/main.scss b/resources/css/main.scss index e55b7f2..9411a97 100644 --- a/resources/css/main.scss +++ b/resources/css/main.scss @@ -130,6 +130,7 @@ a { } #drawer { + overflow: hidden; position: fixed; bottom: 0; right: 0;