When the CTB is set to top sticky, the timer flickers when the cards flip.
Add this CSS code to fix the issue:
<style>
#HeaderWrapper {
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
</style>
When the CTB is set to top sticky, the timer flickers when the cards flip.
Add this CSS code to fix the issue:
<style>
#HeaderWrapper {
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
}
</style>
Comments
0 comments
Article is closed for comments.