I have had no problemas so far
bhudahh forked geist-org/geist-ui
GripenANM issue comment geist-org/geist-ui
Popover inside a Modal box appears behind
Bug report 🐞
Popover inside a modal box.
I'm using a modal to show a simple form. One of those fields has a popover. The problem is the popover appears behind the modal overlay, I tried to fix it modifying z-index
manually without result.
Version & Environment
- Version of browser: Google Chrome v100.0.4896.127 (Build oficial) (arm64)
- Version of
geist-ui/core
: v2.3.8
Expected Behaviour
Popover inside a modal must be shown over the modal
Actual results (or Errors)
It appears behind...
I got an error: No error, it's all about css I think...
Video capture https://user-images.githubusercontent.com/45423661/167891098-18ecf1bb-4d61-4c65-8465-beb3b73380b3.mp4
hmmm i actually wonder if Changing the Backdrop properties will break things
GripenANM forked geist-org/geist-ui
fdnklg forked geist-org/geist-ui
GripenANM issue geist-org/geist-ui
Adding Skeleton
Feature request 🚀
- I will create Pull Request
- It's just a suggestion
Expected
So I've seen skeleton components like the one in MUI on the Vercel website, which makes me think why don't we also implement one.
Examples
https://mui.com/material-ui/react-skeleton/
Popover inside a Modal box appears behind
Bug report 🐞
Popover inside a modal box.
I'm using a modal to show a simple form. One of those fields has a popover. The problem is the popover appears behind the modal overlay, I tried to fix it modifying
z-index
manually without result.Version & Environment
geist-ui/core
: v2.3.8Expected Behaviour
Popover inside a modal must be shown over the modal
Actual results (or Errors)
It appears behind...
I got an error: No error, it's all about css I think...
Video capture https://user-images.githubusercontent.com/45423661/167891098-18ecf1bb-4d61-4c65-8465-beb3b73380b3.mp4