designatuci / DUCI-website

The source code for the Design at UCI website (React)
4 stars 0 forks source link

fix: increase z-index on designathon modals #119

Closed KevinWu098 closed 3 months ago

KevinWu098 commented 3 months ago

Summary

  1. Modals had too low of a z-index, causing nav to overlap. Fixed by adjusting z-index to 1001.

before

Screenshot 2024-05-11 at 12 12 37 PM

after

image