From a4eecb251eba832f4d6b916286d51d3f786969d6 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Sat, 4 Feb 2023 00:02:32 -0800 Subject: [PATCH] Fix listing_options hidden overflow --- static/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/static/style.css b/static/style.css index e522f16..4275b48 100644 --- a/static/style.css +++ b/static/style.css @@ -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 {