Commit 3701645
committed
fix: use visibility:hidden instead of display:none for chart stack
display:none collapses layout height to 0, still causing scroll reset.
visibility:hidden preserves the element's box model and height.1 parent 020d484 commit 3701645
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
589 | | - | |
590 | | - | |
591 | | - | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
| |||
0 commit comments