Replace vue-sticky with stickybits for IE compat

This commit is contained in:
richard-dds
2019-06-04 11:22:35 -04:00
parent 79a118a95c
commit 84146608c7
4 changed files with 19 additions and 12 deletions

View File

@@ -6,6 +6,11 @@
@include media($medium-screen) {
margin-left: -$gap * 7;
}
}
.sticky-cta-container {
display: flex;
justify-content: center;
background-color: $color-gray-lightest;
border-top: 1px solid $color-gray-lighter;
@@ -15,11 +20,6 @@
margin-bottom: 20px;
}
.sticky-cta-container {
display: flex;
justify-content: center;
}
.sticky-cta-text {
flex-grow: 1;
}