Commit 6a1d3222 authored by Ujvari Gergely's avatar Ujvari Gergely

Fix overflow problem introduced in the #406 bugfix (scrolling is missing)

parent 10d3e782
......@@ -742,6 +742,7 @@ blockquote {
& > ul {
@include single-transition(max-height, .4s, cubic-bezier(0, 1, 0, 1));
max-height: 0;
display: none;
}
& > .threadexp {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment