Skip to content

Commit

Permalink
fix: auto height
Browse files Browse the repository at this point in the history
  • Loading branch information
wowblvck committed Sep 20, 2023
1 parent e260e3f commit 34ab7eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ import setWrappersHeight from './utils';

window.addEventListener('resize', setWrappersHeight);

window.addEventListener('DOMContentLoaded', setWrappersHeight);
(() => {
setWrappersHeight()
})()

0 comments on commit 34ab7eb

Please sign in to comment.