mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03: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(
|
export function setOverflowScrolling(
|
||||||
el: HTMLElement
|
el: HTMLElement
|
||||||
): void {
|
): void {
|
||||||
el.style.backgroundColor = "yellow" // TODO: debugging
|
|
||||||
el.style.webkitOverflowScrolling = "touch"
|
el.style.webkitOverflowScrolling = "touch"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -44,6 +43,5 @@ export function setOverflowScrolling(
|
|||||||
export function resetOverflowScrolling(
|
export function resetOverflowScrolling(
|
||||||
el: HTMLElement
|
el: HTMLElement
|
||||||
): void {
|
): void {
|
||||||
el.style.backgroundColor = "" // TODO: debugging
|
|
||||||
el.style.webkitOverflowScrolling = ""
|
el.style.webkitOverflowScrolling = ""
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user