Fix results scrolling

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-02-20 20:18:24 -07:00
parent 55ecae0961
commit 04884d896b

View File

@@ -146,6 +146,8 @@
--f7-chip-border-radius: 16px; --f7-chip-border-radius: 16px;
--f7-chip-media-size: 32px; --f7-chip-media-size: 32px;
--f7-chip-font-weight: normal; --f7-chip-font-weight: normal;
overflow-y: scroll;
max-height: 100%;
} }
.chip-results .chip { .chip-results .chip {
@@ -219,7 +221,6 @@
max-height: 100%; max-height: 100%;
justify-self: start; justify-self: start;
flex-wrap: nowrap; flex-wrap: nowrap;
overflow-y: scroll;
} }
.detect-inputs { .detect-inputs {