client/css/renkan.css
changeset 154 0f87088e03bc
parent 153 7fcb35795ff4
child 155 7d5f722d76b2
--- a/client/css/renkan.css	Wed Apr 10 17:25:41 2013 +0200
+++ b/client/css/renkan.css	Fri Apr 12 19:10:40 2013 +0200
@@ -210,25 +210,25 @@
 
 /* Canvas */
 
+.Rk-Editing-Space {
+	position: absolute; left: 0; top: 35px; right: 0; bottom: 0; overflow: hidden;
+}
+
+.Rk-Editing-Space-Full {
+	top: 0;
+}
+
 .Rk-Canvas {
 	background: -moz-radial-gradient( center, circle, #ffffff 40%, #e0e0e0 90%);
 	background: -webkit-radial-gradient( center, circle, #ffffff 40%, #e0e0e0 90%);
 	background: -ms-radial-gradient( center, circle, #ffffff 40%, #e0e0e0 90%);
-    position: absolute; left: 0; top: 35px; right: 0; bottom: 0; z-index: 1;
-}
-
-.Rk-Editing-Space-Full .Rk-Canvas {
-	top: 0;
+    position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1;
 }
 
 /* Editors */
 
 .Rk-Editor {
-    position: absolute; left: 0; top: 35px; right: 0; z-index: 2;
-}
-
-.Rk-Editing-Space-Full .Rk-Editor {
-	top: 0;
+    position: absolute; left: 0; top: 0; z-index: 2;
 }
 
 .Rk-Notifications {