Skip to content
Snippets Groups Projects
Commit ab7e53b6 authored by Silvio Giebl's avatar Silvio Giebl
Browse files

Fixed transition of search overlay

parent abb7f557
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@
height: 0;
background-color: rgba(0, 0, 0, 0.2);
opacity: 0;
transition: opacity ease 200ms;
transition: opacity ease 200ms, width 0s 200ms, height 0s 200ms
}
.search-active {
......@@ -237,5 +237,6 @@
width: 100%;
height: 100%;
opacity: 1;
transition: opacity ease 200ms, width 0s, height 0s;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment