fixed double active filters

This commit is contained in:
2018-10-09 15:20:17 +02:00
parent 57e47fcf33
commit 3b4e35990b
5 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ header{
font-size: 1.2em;
line-height: 1.2;
&:not(.active){
height:1px; opacity:0;
height:0px; opacity:0;
overflow: hidden;
transition: opacity 0.3s ease-in-out;
}