fix(scripts): wrong overflow override
This commit is contained in:
parent
ecf7c7b5db
commit
6d5adce459
@ -1,6 +1,6 @@
|
|||||||
if (!!window.chrome) {
|
if (!!window.chrome) {
|
||||||
const fix = () => {
|
const fix = () => {
|
||||||
document.body.style = "overflow: auto!important;";
|
document.body.style = "overflow-y: unset !important;";
|
||||||
};
|
};
|
||||||
|
|
||||||
const observe = () => {
|
const observe = () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user