mattrothenberg / statamic-mapbox-address

9 stars 4 forks source link

z-index bugs in Statamic 4.53.2 #8

Open tobimori opened 8 months ago

tobimori commented 8 months ago

CleanShot 2024-03-19 at 21 52 37@2x

let me know if you need anything else for repro!

mattrothenberg commented 8 months ago

Hi, thanks for reporting! Can I ask you to take a pass at fixing this? Thanks!

tobimori commented 8 months ago

sorry, I can't figure out how to fix it without touching statamic's own code.

mattrothenberg commented 8 months ago

@tobimori - I don't know why you would need to touch Statamic's own code. You would modify the vue-select component in this package and tweak the z-index to see if it resolves the issue.

tobimori commented 8 months ago

that's what I tried and that doesn't work

mattrothenberg commented 8 months ago

What did you try? Can you provide your reproduction via a pull request? I don't understand what the issue is; there's a conflict between the z-index applied to the vue-select component here and something in the Statamic CMS. One of these is higher, and hence clipping is occurring.

tobimori commented 8 months ago

It seems like the @container query isolates the z-index so it doesn't matter how high you set it on the vue-select

JorisOrangeStudio commented 1 month ago

Any updates on this issue? Just wanted to report the same but saw this open issue :)

tobimori commented 1 month ago

I couldn't get it fixed

mattrothenberg commented 1 month ago

No updates, I don't have the time to look into this unfortunately!

JorisOrangeStudio commented 1 month ago

So what is the difference in this field and a statamic select field in terms of Vue components? Can not be something that is coming from the core right, as the normal select field doesn't have this problem.