Fix scroll position got reseted by CSS

This commit is contained in:
Lim Chee Aun 2023-02-17 11:29:39 +08:00
parent e57b362ee0
commit e53352592b

View file

@ -1204,7 +1204,8 @@ meter.donut:is(.danger, .explode):after {
user-select: none;
pointer-events: none;
opacity: 0;
content-visibility: hidden;
/* This causes scrollTop to be reset to 0 when the page is hidden */
/* content-visibility: hidden; */
}
/* TAB BAR */