mirror of
https://github.com/spikecodes/libreddit.git
synced 2025-12-10 07:42:04 +01:00
Fix sort button scrollbars
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user