From c454b66b391cd242e95f2d88ad12c00a76631607 Mon Sep 17 00:00:00 2001 From: Zias van Nes Date: Fri, 10 Oct 2025 12:16:09 +0200 Subject: [PATCH] add:overscroll behavior and update logboek --- logs/logboek.md | 22 +++++++++++----------- src/app.css | 1 + 2 files changed, 12 insertions(+), 11 deletions(-) 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 {