Prevent scrollbar appearing in album metadata column on large viewport (#1629)

* Prevent layout shifting due to scrollbar appearing in album metadata column
This commit is contained in:
Damien Erambert
2026-01-30 17:48:55 -08:00
committed by GitHub
parent 99515591f1
commit 6a0c2213a5
@@ -121,6 +121,5 @@
align-self: start;
width: 300px;
max-height: calc(100vh - 90px - var(--theme-spacing-lg) - 4rem);
overflow-y: auto;
}
}