mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2025-02-17 18:49:21 +01:00
Removed background color for debugging on navigation layer
This commit is contained in:
parent
adc35b1109
commit
6f0efca4a4
@ -32,7 +32,6 @@
|
||||
export function setOverflowScrolling(
|
||||
el: HTMLElement
|
||||
): void {
|
||||
el.style.backgroundColor = "yellow" // TODO: debugging
|
||||
el.style.webkitOverflowScrolling = "touch"
|
||||
}
|
||||
|
||||
@ -44,6 +43,5 @@ export function setOverflowScrolling(
|
||||
export function resetOverflowScrolling(
|
||||
el: HTMLElement
|
||||
): void {
|
||||
el.style.backgroundColor = "" // TODO: debugging
|
||||
el.style.webkitOverflowScrolling = ""
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user