bulma icon indicating copy to clipboard operation
bulma copied to clipboard

modal doesn't have close button in the docs.

Open nicopolyptic opened this issue 2 years ago • 6 comments

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

nicopolyptic avatar Jun 19 '22 15:06 nicopolyptic

Hey @nicopolyptic It would be very helpful if you shared some screenshots of the issue.

Shashank-Jha avatar Jun 20 '22 05:06 Shashank-Jha

Screenshot 2022-06-20 at 19 13 06 Screenshot 2022-06-20 at 19 13 13

nicopolyptic avatar Jun 20 '22 18:06 nicopolyptic

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.

nicopolyptic avatar Jun 20 '22 18:06 nicopolyptic

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

Mark-777-0 avatar Jul 10 '22 01:07 Mark-777-0

the issue is that the sidebar also has z-index 40:

image

if you set it to 39, it looks better:

image

sersorrel avatar Oct 17 '22 13:10 sersorrel

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.

diazvictor avatar Feb 11 '24 17:02 diazvictor