Fixes pulldowns in all-shelves element
This commit is contained in:
parent
f4d8915b90
commit
a948ed9e03
|
@ -550,6 +550,8 @@ dd {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
height: 23em;
|
||||||
|
margin-bottom: -10em;
|
||||||
}
|
}
|
||||||
.all-shelves h2 {
|
.all-shelves h2 {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -590,7 +592,7 @@ dd {
|
||||||
width: auto;
|
width: auto;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.covers-shelf button {
|
.covers-shelf button, .covers-shelf .pulldown-button {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue