From 8850d9b3c148243319c00b1eb68af3509cc229d3 Mon Sep 17 00:00:00 2001 From: Jerry Ren Date: Thu, 3 Sep 2026 14:58:30 +0800 Subject: [PATCH] refactor: remove custom scrollbar styles --- src/MobileSelector/options/index.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/MobileSelector/options/index.css b/src/MobileSelector/options/index.css index 6a22d798..6870f041 100644 --- a/src/MobileSelector/options/index.css +++ b/src/MobileSelector/options/index.css @@ -2,7 +2,3 @@ max-height: 200px; overflow-y: auto; } - -.dtable-ui-mobile-selector .am-list-body .dtable-ui-mobile-selector-options::-webkit-scrollbar { - width: 0; -}