mirror of
https://github.com/zadam/trilium.git
synced 2026-02-26 16:43:36 +01:00
ui/grid view: hide the scrollbar of tables
This commit is contained in:
parent
2049c49fdb
commit
896d50b1f8
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user