Fix chip results scroll bar always on

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-02-22 09:27:49 -07:00
parent 72f2d5c488
commit 45a86399e4

View File

@@ -146,7 +146,7 @@
--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; overflow-y: auto;
max-height: 100%; max-height: 100%;
} }
@@ -334,9 +334,9 @@
this.detectorName = 'thorax' this.detectorName = 'thorax'
this.classesList = thoraxClasses this.classesList = thoraxClasses
/* VITE setting */ /* VITE setting */
//this.modelLocation = '../models/thorax_tfwm/model.json' this.modelLocation = '../models/thorax_tfwm/model.json'
/* PWA Build setting */ /* 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' this.modelLocationCordova = 'https://localhost/models/thorax_tfwm/model.json'
break; break;
case 'abdomen': case 'abdomen':