From 9d1eeff5825dfa559ed49a6d8e7bb2a1a3aabc3a Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Mon, 14 Jul 2025 18:44:18 +0200 Subject: [PATCH] feat: remove -ms-overflow-style CSS property from left column --- layouts/client.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/client.vue b/layouts/client.vue index 8aeaf9c..b362156 100644 --- a/layouts/client.vue +++ b/layouts/client.vue @@ -262,7 +262,6 @@ function createDropdown() { gap: 1.5dvh; overflow-y: scroll; scrollbar-width: none; - -ms-overflow-style: none; } #left-column-top::-webkit-scrollbar, #left-column-bottom::-webkit-scrollbar {