mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix property name
This commit is contained in:
@@ -32,7 +32,7 @@ export function unlockBodyScrolling(lockingEl: HTMLElement) {
|
||||
|
||||
if (locks.size === 0) {
|
||||
document.body.classList.remove('sl-scroll-lock');
|
||||
document.body.style.removeProperty('--sl-scrollbar-width');
|
||||
document.body.style.removeProperty('--sl-scroll-lock-size');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user