Skip to content

Commit

Permalink
Merge pull request #25 from dimitriaatos/master
Browse files Browse the repository at this point in the history
Fixing searching bug on proceedings page
  • Loading branch information
cpmpercussion authored Nov 22, 2020
2 parents 27f1614 + 55e3c67 commit eacc917
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions assets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,8 @@ $monospacetype: (
box-sizing: border-box;
}
.collapse {
display: block;
max-height: 0px;
overflow: hidden;
/*transition: max-height .5s cubic-bezier(0, 1, 0, 1);*/
display: none;
&.show {
max-height: 99em;
/*transition: max-height .5s ease-in-out;*/
display: block;
}
}

0 comments on commit eacc917

Please sign in to comment.