Fixes scrolling on covers shelf

This commit is contained in:
Mouse Reeve 2020-04-06 09:34:09 -07:00
parent 4f5b81c6ba
commit 5b7f29c45b

View file

@ -488,6 +488,7 @@ dd {
margin-left: 0; margin-left: 0;
position: relative; position: relative;
z-index: 1; z-index: 1;
overflow-y: auto;
} }
.all-shelves h2 { .all-shelves h2 {
white-space: nowrap; white-space: nowrap;