forked from coracle/flotilla
Move routes around, tweak navigation, fix CardButton
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user