mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 21:17:37 +03:00
Fix sort button scrollbars
This commit is contained in:
parent
f1b3749cf0
commit
8b8f55e09a
3 changed files with 13 additions and 13 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue