From 4d657a03ad510b52b33e878bd9b824476c28fdec Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 26 Aug 2022 16:54:26 +0200 Subject: [PATCH] remove css rules that dont work --- files/assets/css/main.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 8dd2d3ee2c..f1bc884579 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6185,15 +6185,6 @@ g { font-weight: 600; } -.desktop-expanded-image-modal::-webkit-scrollbar { - display: none; -} - -.desktop-expanded-image-modal::-webkit-scrollbar { - -ms-overflow-style: none; - scrollbar-width: none; -} - div.custom-control:last-of-type { margin-bottom: 1rem; }