Fixes pulldowns in all-shelves element

This commit is contained in:
Mouse Reeve 2020-04-11 11:07:11 -07:00
parent f4d8915b90
commit a948ed9e03

View file

@ -550,6 +550,8 @@ dd {
position: relative;
z-index: 1;
overflow-y: auto;
height: 23em;
margin-bottom: -10em;
}
.all-shelves h2 {
white-space: nowrap;
@ -590,7 +592,7 @@ dd {
width: auto;
margin: 0;
}
.covers-shelf button {
.covers-shelf button, .covers-shelf .pulldown-button {
border: none;
}