mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 16:25:41 +02:00
ui/grid view: hide the scrollbar of tables
This commit is contained in:
@@ -377,6 +377,8 @@
|
||||
.ck-content .table {
|
||||
display: block;
|
||||
overflow-y: scroll;
|
||||
--scrollbar-thickness: 0;
|
||||
scrollbar-width: none;
|
||||
|
||||
table {
|
||||
width: max-content;
|
||||
|
||||
Reference in New Issue
Block a user