diff --git a/fhem/docs/commandref_frame.html b/fhem/docs/commandref_frame.html
index c5c48ef04..fd6b2e974 100644
--- a/fhem/docs/commandref_frame.html
+++ b/fhem/docs/commandref_frame.html
@@ -17,7 +17,7 @@
+
Contents
Introduction
diff --git a/fhem/docs/commandref_frame_DE.html b/fhem/docs/commandref_frame_DE.html
index e7e30ab2d..07a3e1cde 100644
--- a/fhem/docs/commandref_frame_DE.html
+++ b/fhem/docs/commandref_frame_DE.html
@@ -17,7 +17,7 @@
-
+
Inhalt
Einleitung
diff --git a/fhem/www/pgm2/defaultCommon.css b/fhem/www/pgm2/defaultCommon.css
index 0e189197f..1456e541a 100644
--- a/fhem/www/pgm2/defaultCommon.css
+++ b/fhem/www/pgm2/defaultCommon.css
@@ -34,7 +34,7 @@ h3 { margin-bottom:0; color:#52865D; line-height:1.3;
div.dist { padding-top:0.3em; }
button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; }
div.block { border:1px solid gray; background: #F8F8E0; padding:0.7em; }
-#right { position:absolute; top:20px; left:180px; bottom:5px; right: 5px; }
+#right { position:fixed; overflow:auto; top:20px; left:180px; bottom:5px; right: 5px; }
.langLinks { font-size: 0.6em; }
diff --git a/fhem/www/pgm2/f18style.css b/fhem/www/pgm2/f18style.css
index d66fc0eb6..d438673a0 100644
--- a/fhem/www/pgm2/f18style.css
+++ b/fhem/www/pgm2/f18style.css
@@ -62,7 +62,7 @@ h3 { margin-bottom:0; color:#52865D; line-height:1.3;
div.dist { padding-top:0.3em; }
button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; }
div.block { border:1px solid gray; background: #F8F8E0; padding:0.7em; }
-#right { position:absolute; top:10px; left:10px; bottom:5px; right: 5px; }
+#right { position:fixed; overflow:auto; top:10px; left:10px; bottom:5px; right: 5px; }
.langLinks { font-size: 0.6em; }