From 8d5022c715ca2646cedf42fd59c24bdbe86f07a2 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 19 Oct 2023 12:07:36 +0800 Subject: [PATCH] Combine CSS properties PR #19730. --- src/webui/www/private/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/webui/www/private/css/style.css b/src/webui/www/private/css/style.css index 14a598749..7f7f201bd 100644 --- a/src/webui/www/private/css/style.css +++ b/src/webui/www/private/css/style.css @@ -178,8 +178,7 @@ a.propButton img { } .scrollableMenu { - overflow-x: hidden; - overflow-y: auto; + overflow: hidden auto; } /* context menu specific */