fix: improve mobile scrollbar visibility and resize handling

This commit is contained in:
2026-02-12 18:17:06 +01:00
parent 8327597e2e
commit a4681b5b97
6 changed files with 57 additions and 13 deletions

View File

@@ -48,5 +48,8 @@ export default defineConfig({
alias: {
'@': path.resolve(__dirname, './src')
}
},
server: {
allowedHosts: true
}
})