🎨 Configure standardJS
This commit is contained in:
@ -1,2 +1,7 @@
|
||||
reactSwipeableExtraHeight = document.querySelector('.react-swipeable-view-container');
|
||||
reactSwipeableExtraHeight.parentElement.style = "height: 400px; overflow-x: hidden;";
|
||||
/* eslint-disable */
|
||||
|
||||
reactSwipeableExtraHeight = document.querySelector(
|
||||
'.react-swipeable-view-container'
|
||||
)
|
||||
reactSwipeableExtraHeight.parentElement.style =
|
||||
'height: 400px; overflow-x: hidden;'
|
||||
|
@ -1,4 +1,4 @@
|
||||
window.addEventListener('load', () => {
|
||||
document.querySelector('.isLoading').classList.remove('isLoading');
|
||||
document.getElementById('preloader').remove();
|
||||
});
|
||||
document.querySelector('.isLoading').classList.remove('isLoading')
|
||||
document.getElementById('preloader').remove()
|
||||
})
|
||||
|
Reference in New Issue
Block a user