vendor/assets/stylesheets/_reset.scss in active_frontend-12.1.2 vs vendor/assets/stylesheets/_reset.scss in active_frontend-12.1.4
- old
+ new
@@ -107,6 +107,11 @@
/* # Color
================================================== */
.html-dark { background: $color-black; }
.html-dark,
.html-dark body { color: $color-white; }
-.html-light { background: $color-light-haze; }
+.html-light { background: $color-light-haze; }
+
+/* # Style
+================================================== */
+.html-fixed,
+.body-fixed { overflow: hidden; }
\ No newline at end of file