#LA_Benjamins
1 messages ยท Page 1 of 1 (latest)
Hello, I think I don't fully understand your question. When you say on top of do you mean overlayed in some way or something else?
yes exactly. Overlayed
Oh is that not a screenshot of your app? Or is the list in that screenshot not overlayed the way that you are looking for?
This is a screenshot of the design of our app, so I am trying to achieve this look. Currently i have this screenshot, where the filter options are above the items, not overlayed on top of them
Gotcha, thank you. Checking in to how to do this and will get back to you
Thanks
Hey would you be able to send me the code that you currently have here? I had trouble finding this myself and have reached out to a colleague for help so that will help them see what you are doing
Yes sure. I will see if I can attach a file of this component. If not I'll send the code
Much appreciated, thank you
Hey apologies for the wait. My colleague says that we do not provide the version of that component that shows on top of the other ones so you may have to build this yourself. They suggested using a high z index to make that component appear on top of everything though I have not gotten to test this myself https://developer.mozilla.org/en-US/docs/Web/CSS/z-index
Is that enough info to see how to move forward? I can ask for more info
Let's see. I'll give this a shot right now
Yes, that worked. Here's the config for future reference for the top component
<Box css={{ zIndex: 'overlay', position: 'fixed', backgroundColor: 'container' }} >
Awesome! Glad that worked. Thank you for testing and reporting back!
You the man @fleet fiber thank you
Parting question for ya, if you don't mind
Can we use a standard CSS transition for rendering components here ?
Use Case - clicking "Filters" to open the menu, but open the menu slowly instead if a jolt to the screen
Not immediately sure but can look in to it. Have you already tried just setting them and it doesn't work?
Yes, correct
Hello ๐
Taking over as Pompey had to step away
@dapper marsh sorry for the delay here, I tried to look but couldn't find a concrete answer for this. Since styling the app is still beta our team won't be most informed about it. You'd likely want to talk to our support team or create an issue on github repo so that our apps team can take a look
https://github.com/stripe/stripe-apps/issues
Thanks @dire python
NP! ๐ Good luck