mirror of
https://github.com/zadam/trilium.git
synced 2025-11-26 02:24:23 +01: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