Added about page and dropdowm z-index fixed

This commit is contained in:
gurusabarish
2022-05-08 12:01:21 +05:30
parent 77c7aa6763
commit f89a131319
5 changed files with 349 additions and 4 deletions
+7
View File
@@ -1,3 +1,8 @@
header {
z-index: 10;
position: relative;
}
header .navbar .navbar-nav a {
color: var(--text-color) !important;
}
@@ -39,6 +44,8 @@ li > .dropdown-toggle:focus{
}
.dropdown-menu {
overflow: auto;
/* z-index: 100; */
background-color: var(--background-color) !important;
border-color: var(--text-secondary-color) !important;
}