forked from cybrespace/mastodon
Set drawer__pager z-index to be greater than clippy (#23)
This commit is contained in:
parent
f6a8ac76b6
commit
b820776a98
|
@ -159,6 +159,7 @@ body.admin {
|
|||
|
||||
.drawer__pager {
|
||||
overflow-y:auto;
|
||||
z-index:1;
|
||||
}
|
||||
|
||||
.privacy-dropdown__dropdown {
|
||||
|
|
Loading…
Reference in New Issue