Move routes around, tweak navigation, fix CardButton

This commit is contained in:
Jon Staab
2024-10-21 13:18:48 -07:00
parent b1a8ddf68c
commit dea34f96ec
20 changed files with 149 additions and 130 deletions
+3 -1
View File
@@ -34,7 +34,9 @@ export const createScroller = ({
let done = false
const check = async () => {
const container = element.closest(".scroll-container")
const container = element.classList.contains('scroll-container')
? element
: element.closest(".scroll-container")
if (container) {
// While we have empty space, fill it