fix answer scrollbar behavior

This commit is contained in:
Florian BLOUET
2015-12-11 17:31:06 +01:00
parent 621d9dc7a5
commit fd46a879d3

View File

@@ -79,11 +79,11 @@ $answersInfoLabelColor: #949494 !default;
top: 55px;
bottom: 0;
margin-right: 8px;
overflow-y: hidden;
//overflow-y: hidden;
padding-left: 10px;
&:hover {
overflow-y: auto;
}
overflow-y: auto;
/*&:hover {
}*/
}
}