scrollbox now adapts correctly to shorter texts

This commit is contained in:
Daniel 2014-04-25 19:12:33 +02:00
commit 06a67fb273

View file

@ -112,7 +112,7 @@ aside{display:none}
.qglist .qgtitle .bonus{background:#f5821f}
.qglist .qgtitle .bonus:hover{background:#f68e34}
#qtextbox{font-size:.875em;border-radius:5px;background:#fff;border:15px solid #fff;height:200px;overflow:hidden}
#qtextbox{font-size:.875em;border-radius:5px;background:#fff;border:15px solid #fff;max-height:200px;overflow:hidden}
.qtext{padding-right:15px}
.qtext img,.grpqimg{float:right;margin-left:15px;max-width:30%;border-radius:3px}