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 {