Fix sort button scrollbars

This commit is contained in:
spikecodes 2021-12-31 10:42:44 -08:00
parent f1b3749cf0
commit 8b8f55e09a
No known key found for this signature in database
GPG key ID: 004CECFF9B463BCB
3 changed files with 13 additions and 13 deletions

View file

@ -597,7 +597,7 @@ button.submit:hover > svg { stroke: var(--accent); }
box-shadow: var(--shadow);
background: var(--outside);
display: flex;
overflow: auto;
overflow: hidden;
}
#sort_options > a, footer > a {