From 45a86399e4f9734a44b13206cef93637baae70ab Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Thu, 22 Feb 2024 09:27:49 -0700 Subject: [PATCH] Fix chip results scroll bar always on Signed-off-by: Justin Georgi --- src/pages/detect.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/detect.vue b/src/pages/detect.vue index d42a3ec..7f7d9bf 100644 --- a/src/pages/detect.vue +++ b/src/pages/detect.vue @@ -146,7 +146,7 @@ --f7-chip-border-radius: 16px; --f7-chip-media-size: 32px; --f7-chip-font-weight: normal; - overflow-y: scroll; + overflow-y: auto; max-height: 100%; } @@ -334,9 +334,9 @@ this.detectorName = 'thorax' this.classesList = thoraxClasses /* VITE setting */ - //this.modelLocation = '../models/thorax_tfwm/model.json' + this.modelLocation = '../models/thorax_tfwm/model.json' /* PWA Build setting */ - this.modelLocation = './models/thorax_tfwm/model.json' + //this.modelLocation = './models/thorax_tfwm/model.json' this.modelLocationCordova = 'https://localhost/models/thorax_tfwm/model.json' break; case 'abdomen':