vendor/assets/stylesheets/affix.scss in active_frontend-1.0.11 vs vendor/assets/stylesheets/affix.scss in active_frontend-2.0.0
- old
+ new
@@ -2,10 +2,13 @@
==================================================
# Affix */
/* # Affix
================================================== */
-.affix { position: fixed; }
+.affix {
+ position: fixed;
+ z-index: 1030;
+}
.affix-bottom {
position: absolute;
top: auto;
}
\ No newline at end of file