Describe the problem your experiencing and how your idea helps solve this
A scrollable (clickable) list of items triggers the interaction even if a fixed element overlaps it. Additionally, this bug occurs even if that overlaping element has a “Tap → None”
Add as much context as possible (screenshots, Figma files, mockups, etc.)
Stumbled upon this issue when I had to position an iOS keyboard on top of an interactive list of elements.
I came across the same issue. Looks like it is a bug.
Workaround: Select your scrolling area frame and enable Clip content. Worked for me.
But obviously, the mere fact that your content layer is already under your keyboard layer should auto-clip in my opinion…
I also came across the same issue while creating a navigation bar on top of a scrollable list of items!
Clipping content doesn’t seem to work for me? I managed to work around it by expanding all the navigation items to fill up the entire nav bar, so that there is no way to click on any “gaps” and accidentally reach the background items.
Definitely looks like a bug worth addressing soon!
Okay, I think I figured this out, after hours of trying.
First of all, you have to make sure you have Overflow Scrolling and Clip Content turned OFF on your master frame.
Then, all of your scrollable content should be in a nested frame with Overflow Scrolling and Clip Content turned on.
Last, it seemed kind of hit or miss for me as I was making these changes, but I think closing out my project and reopening once all was said and done seemed to help. I think Figma needed a hard refresh to recognize these changes.
At least, it’s working for me now! fingers crossed
Yes I’m having this issue as well. It’s a pretty basic function, having a fixed nav over a list of items that are clickable. I’ve created boxes in the nav to ensure there’s no clickable space, but still. This is quite annoying.
Still seeing this bug. Anything that is clickable that gets scrolled underneath the fixed content (the top nav) is STILL clickable through the top nav. Extremely annoying.
It’s October and I’m having this issue as well. Clipping trick does not work for me either. This kind of needs to be fixed, badly. Has anyone found any other solutions?