ui/grid view/tables: fix scroll direction

This commit is contained in:
Adorian Doran 2026-02-25 11:35:39 +02:00
parent 6759fef827
commit b223b931ab

View File

@ -377,12 +377,13 @@
.ck-content .table {
display: flex;
flex-direction: column-reverse;
overflow-y: scroll;
overflow-x: scroll;
--scrollbar-thickness: 0;
scrollbar-width: none;
table {
width: max-content;
table-layout: auto;
}
figcaption {