fix: Add scrollable container to ToolSelectorModal for small screens

- Add max-h-[90vh] and flex-col to modal content container
- Wrap tools grid in max-h-[50vh] overflow-y-auto container
- Add overscroll-contain for smooth scroll behavior on mobile
- Fixes issue where 21 PDF tools overflow viewport on small screens
This commit is contained in:
Your Name
2026-04-01 22:22:48 +02:00
parent 3e1c0e5f99
commit 314f847ece
49 changed files with 2142 additions and 361 deletions

View File

@@ -65,7 +65,7 @@ services:
celery -A celery_worker.celery worker
--loglevel=info
--concurrency=2
-Q default,convert,compress,image,video,pdf_tools,flowchart
-Q default,convert,compress,image,video,pdf_tools,flowchart,ai_heavy
env_file:
- .env
environment: