fix: Fix weird borders in the calendar view
This commit is contained in:
@@ -180,8 +180,8 @@ class CalendarPageState extends State<CalendarPage> {
|
|||||||
child: Stack(
|
child: Stack(
|
||||||
children: [
|
children: [
|
||||||
Positioned(
|
Positioned(
|
||||||
left: 8,
|
left: 0,
|
||||||
right: 8,
|
right: 0,
|
||||||
top: 0,
|
top: 0,
|
||||||
bottom: 0,
|
bottom: 0,
|
||||||
child: Scaffold(
|
child: Scaffold(
|
||||||
|
|||||||
Reference in New Issue
Block a user