mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
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:
@@ -121,6 +121,5 @@
|
|||||||
align-self: start;
|
align-self: start;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
max-height: calc(100vh - 90px - var(--theme-spacing-lg) - 4rem);
|
max-height: calc(100vh - 90px - var(--theme-spacing-lg) - 4rem);
|
||||||
overflow-y: auto;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user