mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-08 17:16:25 +01:00
Fix scroll position got reseted by CSS
This commit is contained in:
parent
e57b362ee0
commit
e53352592b
1 changed files with 2 additions and 1 deletions
|
@ -1204,7 +1204,8 @@ meter.donut:is(.danger, .explode):after {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
content-visibility: hidden;
|
/* This causes scrollTop to be reset to 0 when the page is hidden */
|
||||||
|
/* content-visibility: hidden; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TAB BAR */
|
/* TAB BAR */
|
||||||
|
|
Loading…
Reference in a new issue