Move loading spinner to bottom of page to fix z-index
This commit is contained in:
@@ -52,6 +52,11 @@ export const swipe_nav = (node, swipe_enabled) => {
|
||||
detail += "transition: transform 500ms;"
|
||||
}
|
||||
|
||||
// Clear the transformation if the offset is zero
|
||||
if (off === 0) {
|
||||
detail = ""
|
||||
}
|
||||
|
||||
node.dispatchEvent(new CustomEvent("style", {detail: detail}))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user