diff --git a/website/static/style.css b/website/static/style.css index 1b32cc4..ecafea2 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -1057,7 +1057,7 @@ th[data-sort].sort-asc::after { } .table-wrap { - overflow-x: auto; + overflow-x: clip; } } @@ -1108,10 +1108,6 @@ th[data-sort].sort-asc::after { border-radius: 1.25rem; } - .table-wrap { - overflow-x: clip; - } - .table thead th, .table tbody td { padding-inline: 0.55rem;