Commit f488254e by Xavier Antoviaque

tip-overflow: Add scrollbar to feedback popup & allow height overflow

parent 0a64b71f
...@@ -80,10 +80,6 @@ ...@@ -80,10 +80,6 @@
float: left; float: left;
} }
.mentoring div {
overflow: hidden;
}
.mentoring .choice-result{ .mentoring .choice-result{
display:block; display:block;
float: left; float: left;
......
...@@ -17,6 +17,10 @@ ...@@ -17,6 +17,10 @@
cursor: pointer; cursor: pointer;
} }
.mentoring .questionnaire .choice {
overflow-y: hidden;
}
.mentoring .questionnaire .choice-result.checkmark-correct, .mentoring .questionnaire .choice-result.checkmark-correct,
.mentoring .questionnaire .choice-result.checkmark-incorrect { .mentoring .questionnaire .choice-result.checkmark-incorrect {
text-align:center; text-align:center;
...@@ -32,7 +36,8 @@ ...@@ -32,7 +36,8 @@
background: none repeat scroll 0 0 #66A5B5; background: none repeat scroll 0 0 #66A5B5;
font-family: arial; font-family: arial;
font-size: 14px; font-size: 14px;
height: 100%; height: 130%;
overflow-y: auto;
opacity: 0.9; opacity: 0.9;
padding: 10px; padding: 10px;
width: 300px; width: 300px;
......
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