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

@@ -1,10 +1,10 @@
{
"name": "vue-nonograms-solid",
"version": "1.11.1",
"version": "1.11.2",
"homepage": "https://nonograms.7u.pl/",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"test": "vitest"