Skip to content

[Help]: Carousel focus event not behaving as expected #1071

Closed Answered by davidjerleke
hunterbecton asked this question in Help
Discussion options

You must be logged in to vote

@hunterbecton thanks for your question. I found the following problem in your code: You've missed to set overflow: hidden; on your viewport element. Maybe that's why?

<div className="h-full" ref={emblaRef}> {/* <-- Add overflow: hidden; here */}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hunterbecton
Comment options

Answer selected by hunterbecton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
resolved This issue is resolved question Question about how to achieve something core This is related to the core package
2 participants