Commit 8aaf17c6 authored by Randall Leeds's avatar Randall Leeds

avoid cutting off menus that hang outside threads

Nice trick here -- by using the hover state we hopefully ensure that
it's hard to activate a menu that gets cut off by the overflow.
parent 3c7714a7
......@@ -573,6 +573,10 @@ blockquote {
padding-left: $thread-padding;
margin-left: -$thread-padding;
&:hover {
overflow: visible;
}
& > * {
border-left: 1px dotted $grayLight;
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