move bottom scroll to single div #144
This commit is contained in:
parent
28baa022a9
commit
5117a9d475
19 changed files with 203 additions and 210 deletions
|
|
@ -22,7 +22,9 @@ class Progress extends WeatherDisplay {
|
|||
}
|
||||
|
||||
async drawCanvas(displays, loadedCount) {
|
||||
// skip drawing if not displayed, or not yet available
|
||||
if (!this.elem) return;
|
||||
if (this.elem.classList.contains('show') === false) return;
|
||||
super.drawCanvas();
|
||||
|
||||
// get the progress bar cover (makes percentage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue