From d8e0f21ff5dc9bb66e2568a6edd1363f75f78959 Mon Sep 17 00:00:00 2001 From: Masahiro Iuchi Date: Mon, 18 Nov 2024 02:47:07 +0900 Subject: [PATCH] Remove *::-webkit-scrollbar* settings from CSS --- css/a-table.css | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/css/a-table.css b/css/a-table.css index 38ab4c7..b72c2b4 100644 --- a/css/a-table.css +++ b/css/a-table.css @@ -9,21 +9,6 @@ padding-bottom: 2px; } -.a-table-outer::-webkit-scrollbar { - width: 15px; - height: 1px; -} - -.a-table-outer::-webkit-scrollbar-thumb { - border-radius: 8px; - background-color: #999999; -} - -.a-table-outer::-webkit-scrollbar-track { - border-radius: 8px; - background-color: #ffffff; -} - .a-table-pseudo { position: absolute; top: 0; @@ -380,4 +365,4 @@ display: table-cell; border-top-left-radius: 0; border-bottom-left-radius: 0; -} \ No newline at end of file +}