Commit cdc2eadc authored by Randall Leeds's avatar Randall Leeds

oops -- needed for dropdowns that overflow

parent b11a90ae
...@@ -601,6 +601,10 @@ blockquote { ...@@ -601,6 +601,10 @@ blockquote {
padding-left: $thread-padding; padding-left: $thread-padding;
margin-left: -$thread-padding; margin-left: -$thread-padding;
&:hover {
overflow: visible;
}
& > * { & > * {
border-left: 1px dotted $grayLight; border-left: 1px dotted $grayLight;
position: relative; position: relative;
......
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