fixed being able to click options while not in tab
This commit is contained in:
parent
eb7e792782
commit
d8e1d8bb33
@ -76,7 +76,7 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dropdown {
|
.dropdown {
|
||||||
display:flex;
|
display: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
box-shadow: 4px 4px 3px #444;
|
box-shadow: 4px 4px 3px #444;
|
||||||
@ -101,6 +101,7 @@ img {
|
|||||||
-ms-transition: background-color 0.3s ease;
|
-ms-transition: background-color 0.3s ease;
|
||||||
transition: background-color 0.3s ease;
|
transition: background-color 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown p:hover {
|
.dropdown p:hover {
|
||||||
background-color:#CECDCD;
|
background-color:#CECDCD;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user