Fix sort button scrollbars

This commit is contained in:
spikecodes
2021-12-31 10:42:44 -08:00
parent f1b3749cf0
commit 8b8f55e09a
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 {