Remove unncessary z-index

This commit is contained in:
Avijit 🚀
2021-08-05 01:18:00 +02:00
committed by Yash Mehrotra
parent 787e053f7b
commit ab152b7b9b

View File

@@ -144,14 +144,6 @@ a:hover .feather-sun {
width: 100%; width: 100%;
z-index: 5; z-index: 5;
} }
.nav-hamburger-list .nav-item {
position: relative;
z-index: 5;
}
.nav-item a {
position: relative;
z-index: 5;
}
.nav-hamburger-list a:hover { .nav-hamburger-list a:hover {
text-decoration: underline; text-decoration: underline;
} }