mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 04:08:32 +03: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…
Add table
Reference in a new issue