Scroll Fix
parent
42ba93462f
commit
ce75051aed
|
@ -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: [
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue