client/src/App.scss
changeset 33 238818343253
parent 25 e04714a1d4eb
child 35 97106bacb24e
--- a/client/src/App.scss	Wed Jun 14 15:29:01 2017 +0200
+++ b/client/src/App.scss	Wed Jun 14 16:06:40 2017 +0200
@@ -4,6 +4,11 @@
   text-align: center;
 }
 
+#root {
+  height: 100%;
+  padding-bottom: 270px;
+}
+
 .App-logo {
   animation: App-logo-spin infinite 20s linear;
   height: 80px;
@@ -117,3 +122,13 @@
     text-decoration-style: dotted;
 
 }
+
+.editor-fixed {
+    border-top: 1px solid #efefef;
+    background-color: #fff;
+    padding: 20px 0;
+    position: fixed;
+    height: 270px;
+    bottom: 0;
+    width: 100%;
+}