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 +}