Fix chip results scroll bar always on
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user