bulma
bulma copied to clipboard
modal doesn't have close button in the docs.
This is about the Docs.
Overview of the problem
Description
no close button on modal.
Steps to Reproduce
go to docs and click the 1st modal demo.
Expected behavior
modal has a close button.
Actual behavior
no close button
Hey @nicopolyptic It would be very helpful if you shared some screenshots of the issue.
code snippet has a close button but the modal doesn't have the close button. It looks like the code snippet isn't up to date - there's no example of how to creeate the simple modal with a close button.
Might help to take a look at line 23 and line 157 https://github.com/jgthms/bulma/blob/master/docs/documentation/components/modal.html
I don't think anything is wrong necessarily
the issue is that the sidebar also has z-index 40:

if you set it to 39, it looks better:

the issue is that the sidebar also has z-index 40:
The problem is that the modal is set to 40, you have to raise it to 50 to be at maximum according to the z-index I saw, this way you only change the modal, and not the sidebar.