We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d43a2 commit 8d30e3eCopy full SHA for 8d30e3e
bottomfloat.js
@@ -123,7 +123,7 @@ if (isMobile) {
123
124
const landscape = window.matchMedia('(orientation: landscape)');
125
126
- landscape.addEventListener('change', (event) => {
+ landscape.addEventListener('change', () => {
127
128
bottomWrapper.style.setProperty('--window-height', window.innerHeight + 'px');
129
0 commit comments