Fix results scrolling (#102)

Closes: #96

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>

Reviewed-on: Georgi_Lab/ALVINN_f7#102
This commit is contained in:
2024-02-20 20:19:35 -07:00
parent 55ecae0961
commit ede015ef70

View File

@@ -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 {