add:overscroll behavior and update logboek

This commit is contained in:
2025-10-10 12:16:09 +02:00
parent 407e1d37b5
commit c454b66b39
2 changed files with 12 additions and 11 deletions

View File

@@ -182,14 +182,14 @@
### Hoofdfunctionaliteiten geïmplementeerd: ### Hoofdfunctionaliteiten geïmplementeerd:
- Gebruikersauthenticatie (Lucia + Google OAuth) - [x] Gebruikersauthenticatie (Lucia + Google OAuth)
- Responsive UI met custom componenten - [x] Responsive UI met custom componenten
- Real-time locatie tracking - [x] Real-time locatie tracking
- Interactive maps (MapLibre GL JS) - [x] Interactive maps (MapLibre GL JS)
- PWA functionaliteit - [x] PWA functionaliteit
- Docker deployment - [x] Docker deployment
- Database (PostgreSQL + Drizzle ORM) - [x] Database (PostgreSQL + Drizzle ORM)
- Toast notifications - [x] Toast notifications
- Loading states en error handling - [x] Loading states en error handling
- SEO optimalisatie (meta tags, Open Graph, sitemap) - [x] SEO optimalisatie (meta tags, Open Graph, sitemap)
- Performance optimalisaties (image compression, caching) - [x] Performance optimalisaties (image compression, caching)

View File

@@ -104,6 +104,7 @@
background-color: #f8f8f8; background-color: #f8f8f8;
color: #333; color: #333;
margin: 0 auto; margin: 0 auto;
overscroll-behavior: contain;
} }
h1 { h1 {