fix(header): ensured that navigation was on top of the image

This commit is contained in:
darkicewolf50 2025-03-08 12:59:39 -07:00
parent 4e3f8b0933
commit 9fc2e170fc

View File

@ -47,6 +47,8 @@ nav ul {
list-style: none; list-style: none;
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
z-index: 1;
} }
/* makes it so that the tags look the same whist having removing browser error */ /* makes it so that the tags look the same whist having removing browser error */
.DropDownHeader { .DropDownHeader {