fix: unclickable save button due to overlap with virtualized list item

This commit is contained in:
Alexander Daichendt 2025-02-19 23:29:14 +01:00
parent 7913ad17c8
commit 2282560481
4 changed files with 31 additions and 92 deletions

View file

@ -22,8 +22,6 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.5",
"react-virtualized-auto-sizer": "^1.0.25",
"react-window": "^1.8.11",
"tailwindcss": "^4.0.6"
},
"devDependencies": {
@ -32,7 +30,6 @@
"@testing-library/react": "^16.2.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react-window": "^1.8.8",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.0.0",