fixed being able to click options while not in tab

This commit is contained in:
ksjdragon 2016-04-13 22:37:18 -04:00
parent eb7e792782
commit d8e1d8bb33

View File

@ -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;
} }