[POPOVER] Z-index to main div popovoer
See original GitHub issue🐛 Bug report
Popover component have a problem when any component use a different z-index
Search component (“O que vc procura?”) use z-index 1 and select component (“UF”) use popover with portal
🧐 Expected behavior
Popover box on top of search component
🧭 Possible Solution
Possibility pass css style to main div of popover
See z-index: 2;
, I add manually in dom chrome
🌍 System information
Software | Version(s) |
---|---|
Chakra UI | ^1.0.1 |
Browser | Chrome |
Operating System | Ubuntu 20.04 |
📝 Additional information
- Screenshots or code
- Notes or link to ideas
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
bootstrap popover not showing on top of all elements
While this sorts out the original z-index issue, the popover doesn't stick with the original trigger element once you start dragging things around...
Read more >CSS - z-index property (Layout third axis or Overlap order)
CSS in CSS. Syntax Usage: set the z-index on the outermost parent Why it does not work The z-index property applies only to...
Read more >Z-index · Bootstrap v5.2
We utilize a default z-index scale in Bootstrap that's been designed to properly layer navigation, tooltips and popovers, modals, and more.
Read more >Chi - Popover
Popovers provide a contextual space attached to an element in an upper z-index layer where you can include any kind of HTML code...
Read more >Popover z-index bug • REPL • Svelte
import Popover from 'svelte-easy-popover'. 3. import IoIosInformationCircleOutline from ... <div class="information" transition:fade={{ duration: 200 }}>.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
My solution works for me with for MenuList, thanks:
I think this problem is solved by adding more zindex before PopoverContent