mirror of
https://github.com/zadam/trilium.git
synced 2026-02-27 09:03:36 +01:00
ui/grid view: horizontally scroll tables
This commit is contained in:
parent
b3c397e847
commit
2049c49fdb
@ -374,6 +374,22 @@
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.ck-content .table {
|
||||
display: block;
|
||||
overflow-y: scroll;
|
||||
|
||||
table {
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
display: block;
|
||||
position: sticky;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.rendered-content,
|
||||
.rendered-content.text-with-ellipsis {
|
||||
padding: .5rem 1rem 1rem 1rem;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user