parent
e54c606c6d
commit
f3076f21b2
@ -1,7 +0,0 @@
|
||||
export function disableScrolling() {
|
||||
document.documentElement.style.setProperty('--html-overflow-y', 'hidden');
|
||||
}
|
||||
|
||||
export function enableScrolling() {
|
||||
document.documentElement.style.setProperty('--html-overflow-y', 'overlay');
|
||||
}
|
Loading…
Reference in new issue