fix(collections/board): mouse horizontal scroll no longer working

This commit is contained in:
Elian Doran 2025-11-22 12:37:08 +02:00
parent 33aece6f96
commit 8b997cffdd
No known key found for this signature in database

View File

@ -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;