Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- (function() {
- function updateZindex() {
- var currentCanvas = document.querySelector('.' + self.identifier + '.__ADORIC__ [tabindex]');
- currentCanvas.style.zIndex = '10';
- currentCanvas.parentNode.style.zIndex = '10';
- }
- updateZindex();
- setTimeout(function() {
- updateZindex();
- }, 1000);
- window.addEventListener('resize', function() {
- updateZindex();
- });
- window.addEventListener('scroll', function() {
- updateZindex();
- });
- })();
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement