WIP:bulma:neu
[website] / sass / juplo.scss
index cbd132e..d71f289 100644 (file)
@@ -96,3 +96,26 @@ $button-hover-border-color: #000 !important;
 {
   content: "\f0ab";
 }
+
+
+html
+{
+  height: 100%;
+}
+body
+{
+  height: 100%;
+  overflow-y: scroll;
+}
+#page
+{
+  position: relative;
+  min-height: 100%;
+}
+footer
+{
+  position: relative;
+  left: 0;
+  right: 0;
+  bottom: 1em;
+}