fix: Fix weird borders in the calendar view

This commit is contained in:
2026-07-25 20:46:13 +02:00
parent ca796ab9f9
commit c47c98e65e

View File

@@ -180,8 +180,8 @@ class CalendarPageState extends State<CalendarPage> {
child: Stack(
children: [
Positioned(
left: 8,
right: 8,
left: 0,
right: 0,
top: 0,
bottom: 0,
child: Scaffold(