dropdown workingish
This commit is contained in:
@@ -110,6 +110,10 @@
|
|||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown {
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Styles for desktop view */
|
/* Styles for desktop view */
|
||||||
@@ -139,6 +143,10 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown:hover .dropdownMenu {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
@@ -160,11 +168,6 @@
|
|||||||
font-family: var(--font-geist-mono);
|
font-family: var(--font-geist-mono);
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown {
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.dropdown a {
|
.dropdown a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@@ -179,7 +182,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dropdown:not(.dropdownActive) {
|
.dropdown:not(.dropdownActive) {
|
||||||
padding: 0 !important;
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user