fix(collections): collection properties still clipped in list/grid view

This commit is contained in:
Elian Doran
2026-02-15 18:16:15 +02:00
parent 81a572af25
commit 08da8d73e0

View File

@@ -1,5 +1,5 @@
.note-list {
overflow: hidden;
overflow: visible;
position: relative;
height: 100%;
}