mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-11 05:45:26 -06:00
fix(collections/board): mouse horizontal scroll no longer working
This commit is contained in:
parent
33aece6f96
commit
8b997cffdd
@ -2,6 +2,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
overflow-x: auto;
|
||||||
|
|
||||||
--card-font-size: 0.9em;
|
--card-font-size: 0.9em;
|
||||||
--card-line-height: 1.2;
|
--card-line-height: 1.2;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user