Skip to content

Commit f43de1a

Browse files
author
Piotr
committed
added delay to unrolling the facet column
1 parent c5f45b5 commit f43de1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/facet.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@
2727
max-height: 150px;
2828
overflow-y: scroll;
2929
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
30+
transition: 0s max-height;
3031

3132
&:hover {
3233
max-height: 200px;
34+
transition-delay:0.3s;
3335
}
3436

3537
.facet-item {

0 commit comments

Comments
 (0)