Commit 48909407 by Brian Talbot

adding splint to show UI hints while also preserving document flow clearing in cases

parent 50af4c8e
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -183,4 +183,11 @@ ...@@ -183,4 +183,11 @@
@extend %copy-4; @extend %copy-4;
@extend %deco-shadow-down; @extend %deco-shadow-down;
} }
.is--collapsed {
.question__answers {
overflow: auto; // needed for ui-hints to show and for the document flow to clear
}
}
} }
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