From 04884d896b9127f0e8752b4666ccf40880ba6296 Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Tue, 20 Feb 2024 20:18:24 -0700 Subject: [PATCH] Fix results scrolling Signed-off-by: Justin Georgi --- src/pages/detect.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/detect.vue b/src/pages/detect.vue index 8a04c81..ad87a63 100644 --- a/src/pages/detect.vue +++ b/src/pages/detect.vue @@ -146,6 +146,8 @@ --f7-chip-border-radius: 16px; --f7-chip-media-size: 32px; --f7-chip-font-weight: normal; + overflow-y: scroll; + max-height: 100%; } .chip-results .chip { @@ -219,7 +221,6 @@ max-height: 100%; justify-self: start; flex-wrap: nowrap; - overflow-y: scroll; } .detect-inputs { -- 2.49.1