fix(content): wrong overflow fixing
This commit is contained in:
parent
ebc380a671
commit
29656d1ae0
@ -7,8 +7,8 @@ if (!!window.chrome) {
|
||||
};
|
||||
|
||||
const fix = () => {
|
||||
document.body.style = "overflow-y: unset !important;";
|
||||
document.documentElement.style = "overflow-y: unset !important;";
|
||||
document.body.style.overflowY = "unset";
|
||||
document.documentElement.style.overflowY = "unset";
|
||||
};
|
||||
|
||||
const retrieveElement = (match) => {
|
||||
|
Loading…
Reference in New Issue
Block a user