Scroll Fix

main
joerg 2023-06-25 21:37:56 +02:00
parent 42ba93462f
commit ce75051aed
2 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,7 @@ class Dashboard extends StatelessWidget {
margin: const EdgeInsets.only(left: 10),
child: SingleChildScrollView(
scrollDirection: Axis.horizontal,
primary: true,
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [

View File

@ -27,7 +27,8 @@ class Sidebar extends StatelessWidget {
Container(
padding: const EdgeInsets.all(15),
child: const Text(
"Platziere das Bild auf dem Beet",
"Platziere das Bild auf dem Beet, scrollen über den Text"
,
textDirection: TextDirection.ltr,
style: TextStyle(
fontSize: 16,