plate
plate copied to clipboard
Z-Index of the navbar is too much.
Description
z-index of the navbar is too much. Every popover or dropdown just hides under it. Kindly fix this real quick.
Reproduction URL
No response
Reproduction steps
Quick fix just adjust the z-index
Plate version
34.0.0
Slate React version
idk
Screenshots
No response
Logs
No response
Browsers
No response
Funding
- You can sponsor this specific effort via a Polar.sh pledge below
- We receive the pledge once the issue is completed & verified
One thing I do to prevent this from happening in my app is keep a comment in my main CSS file with the complete list of z-indices I'm using. Maybe we could adopt a similar pattern here.
/**
* Z-index:
* 5 - Focus ring
* 10 - Fixed layout
* 15 - Find dialog
* 20 - Tippy
* 30 - Modals
* 40 - Tippy inside modal
* 50 - Toasts
*/
Using css variables would be practical indeed.
60 is indeed too much.