Use fixed position instead of sticky for sidenav and top bar so it works in IE
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
}
|
||||
|
||||
&.js-is-sticky {
|
||||
width: 80.8%;
|
||||
width: calc(100% - 25rem);
|
||||
}
|
||||
|
||||
.sticky-cta-container {
|
||||
|
Reference in New Issue
Block a user