How to fix flickering Rotating Bars on Parallax Theme
When using QAB rotating bars on some Parallax themes, you may see flickering issues on the top navigation.
To fix it, add the following CSS to the theme's CSS file:
.header.sticky-header--true {transition: margin-top 0ms linear 300ms;}