From f3dd3eb43687746f2605a5b3feb798334055a8a9 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Sat, 17 Jun 2023 16:25:12 +0300 Subject: [PATCH] Folders: fix incorrect apps hiding when scrolling --- css/apps.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/apps.css b/css/apps.css index 8ab70be..de54162 100644 --- a/css/apps.css +++ b/css/apps.css @@ -39,6 +39,7 @@ border-radius: 32px; background-color: BACKGROUND-COLOR; border: none; + padding: 0; /* because of icon grid */ box-shadow: inset 0 0 0 1px BORDER-MENU-SHADOW; }