Use fixed position instead of sticky for sidenav and top bar so it works in IE

This commit is contained in:
leigh-mil
2019-08-30 11:27:40 -04:00
parent c089682a27
commit 8b78b2a553
8 changed files with 63 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
{% macro StickyCTA(text) -%}
<div class="sticky-cta" v-sticky='{ "stickyBitStickyOffset": 48 }'>
<div class="sticky-cta" v-sticky='{ "stickyBitStickyOffset": 68 }'>
<div class="sticky-cta-container">
<div class="sticky-cta-text">
<h3>{{ text }}</h3>