ui/grid view/tables: tweak

This commit is contained in:
Adorian Doran 2026-02-25 11:04:26 +02:00
parent 896d50b1f8
commit 6759fef827

View File

@ -375,7 +375,8 @@
}
.ck-content .table {
display: block;
display: flex;
flex-direction: column-reverse;
overflow-y: scroll;
--scrollbar-thickness: 0;
scrollbar-width: none;