Fix listing_options hidden overflow

This commit is contained in:
spikecodes 2023-02-04 00:02:32 -08:00
parent 9bf6194b09
commit a4eecb251e
No known key found for this signature in database
GPG Key ID: 004CECFF9B463BCB
1 changed files with 1 additions and 5 deletions

View File

@ -514,17 +514,13 @@ button.submit:hover > svg { stroke: var(--accent); }
margin-bottom: 20px;
}
#listing_options {
overflow-x: auto;
}
#sort_options, #listing_options, main > * > footer > a {
border-radius: 5px;
align-items: center;
box-shadow: var(--shadow);
background: var(--outside);
display: flex;
overflow: hidden;
overflow-y: hidden;
}
#sort_options > a, #listing_options > a, main > * > footer > a {