mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +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;
|
||||
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 */
|
||||
|
|
Loading…
Reference in a new issue