mirror of
https://github.com/zadam/trilium.git
synced 2026-02-26 00:23:37 +01:00
ui/grid view/tables: fix scroll direction
This commit is contained in:
parent
6759fef827
commit
b223b931ab
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user