liste etape scrollable if window too small
This commit is contained in:
@@ -32,6 +32,11 @@ export function handleReactiveness() {
|
||||
});
|
||||
})();
|
||||
|
||||
layoutStore.checkIfEtapeListeShouldScroll();
|
||||
|
||||
window.addEventListener('resize', () => {
|
||||
layoutStore.checkIfEtapeListeShouldScroll();
|
||||
});
|
||||
}
|
||||
|
||||
export function setMenuToggle() {
|
||||
|
Reference in New Issue
Block a user