diff --git a/logs/logboek.md b/logs/logboek.md index 71abe69..b4d88c1 100644 --- a/logs/logboek.md +++ b/logs/logboek.md @@ -182,14 +182,14 @@ ### Hoofdfunctionaliteiten geïmplementeerd: -- ✅ Gebruikersauthenticatie (Lucia + Google OAuth) -- ✅ Responsive UI met custom componenten -- ✅ Real-time locatie tracking -- ✅ Interactive maps (MapLibre GL JS) -- ✅ PWA functionaliteit -- ✅ Docker deployment -- ✅ Database (PostgreSQL + Drizzle ORM) -- ✅ Toast notifications -- ✅ Loading states en error handling -- ✅ SEO optimalisatie (meta tags, Open Graph, sitemap) -- ✅ Performance optimalisaties (image compression, caching) +- [x] Gebruikersauthenticatie (Lucia + Google OAuth) +- [x] Responsive UI met custom componenten +- [x] Real-time locatie tracking +- [x] Interactive maps (MapLibre GL JS) +- [x] PWA functionaliteit +- [x] Docker deployment +- [x] Database (PostgreSQL + Drizzle ORM) +- [x] Toast notifications +- [x] Loading states en error handling +- [x] SEO optimalisatie (meta tags, Open Graph, sitemap) +- [x] Performance optimalisaties (image compression, caching) diff --git a/src/app.css b/src/app.css index b46c3fb..1b64dc0 100644 --- a/src/app.css +++ b/src/app.css @@ -104,6 +104,7 @@ background-color: #f8f8f8; color: #333; margin: 0 auto; + overscroll-behavior: contain; } h1 {