Replies: 1 comment 1 reply
-
What do you think of the Stack control? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Is it possible to "elevate" a Container from the rest of the page? Something like a DropDown?
I tried adding the
self.animated_dropdown
in thepage.overlay
but that messed up the selection logic, the dropdown dimensions and also the position. Now I'm stuck, I dont know how this could be possible without accessing thepage.overlay
. Maybe locating theself.dropdown_starter
x and y
s and the set the overlay to open there? But that seems impossible.Does anyone have an idea?
Problem Showcase
showcase-zindex.mp4
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions