--- a/src/cm/templates/site/text_view_comments.html Thu Oct 03 11:23:32 2013 +0200
+++ b/src/cm/templates/site/text_view_comments.html Thu Oct 03 11:29:43 2013 +0200
@@ -14,12 +14,12 @@
</head>
<body>
-<div id="maincontainer" style="overflow-y: scroll !important; -webkit-overflow-scrolling: touch !important;" >
+<div id="maincontainer" >
- <div id="contentwrapper">
+ <div id="contentwrapper" >
<div id="contentcolumn">
<div class="innertube">
- <div id="textcontainer" class="initially_hidden">
+ <div id="textcontainer" class="initially_hidden" >
{% autoescape off %}
{{ content }}
{% endautoescape %}