codrops / ModalWindowEffects

A set of experimental modal window appearance effects with CSS transitions and animations.
1.01k stars 239 forks source link

Some NavBar elements are showing above the modal - Add a high z-index? #23

Open nathanbiller opened 5 years ago

nathanbiller commented 5 years ago

My navbar was set to: z-index: 99;

To fix the problem I modified the CSS of .model to be z-index: 1000;