Z-indexing

This commit is contained in:
juFried 2024-01-28 20:55:39 -07:00 committed by GitHub
parent 211469c3ab
commit 47a11e3258
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@
}
.Background-Image {
z-index: 3;
z-index: 1;
}
/* Navigation Bar */
@ -61,7 +61,7 @@
display: none;
position: absolute;
background-color: #c3153a;
z-index: 1;
z-index: 3;
}
/* Dropdown Text */