From ede015ef70e0eaea0cc3d4713cff2db8ecb9a3dc Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Tue, 20 Feb 2024 20:19:35 -0700 Subject: [PATCH] Fix results scrolling (#102) Closes: #96 Signed-off-by: Justin Georgi Reviewed-on: https://gitea.azgeorgis.net/Georgi_Lab/ALVINN_f7/pulls/102 --- 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 {