ui/grid view: hide the scrollbar of tables

This commit is contained in:
Adorian Doran 2026-02-25 11:01:45 +02:00
parent 2049c49fdb
commit 896d50b1f8

View File

@ -377,6 +377,8 @@
.ck-content .table { .ck-content .table {
display: block; display: block;
overflow-y: scroll; overflow-y: scroll;
--scrollbar-thickness: 0;
scrollbar-width: none;
table { table {
width: max-content; width: max-content;