You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can be hard to pick the right z-index value for each situation as for example we might want to show spinners, or tooltips over empty state content and we may not know what their z-index value is.
I'd say a potential solution would be passing a z-index parameter to empty_state_manager and send it over to the JavaScript code that would set the z-index attribute of the empty-state container instead of having it hard coded. Happy to review a PR that implements that!
Guidelines
Project Version
1.0
Platform and OS Version
Tested in Windows and Google Chrome
Existing Issues
No response
What happened?
I wanted to use a modal when the empty state content is shown
Steps to reproduce
Expected behavior
The modal shoul be over the empty state content
Attachments
No response
Screenshots or Videos
No response
Additional Information
It seems to be that the problem is here:
shiny.emptystate/inst/emptystate.css
Lines 8 to 10 in 9963c95
But I don't know what would be the best solution for it 🤔
The text was updated successfully, but these errors were encountered: