did you miss setting the z-index so that the modal sits above the opaque layer?
Aug 24, 2019
3
Level 2
Bulma modal box background-color issue
Pardon my beginner-ness. I doing the Bulma modal lesson (learn-vue-2-step-by-step episode 10) and the modal box is supposed to have a white background that appears "on top of" the opaque grey modal background. I have the opaque grey covering everything, with the box and the rest of its styling visible through the opacity. If I use dev tools I can see the .box {background-color: white} is there (not crossed out) and when I manipulate the attribute to different colors I can see them changing "behind" the opaque grey. Any ideas?
Level 122
Please or to participate in this conversation.