Skip to content

Commit db7d782

Browse files
authored
FIX #32: Fixed dashboard logs container scroll issue (#49)
1 parent 1c3960b commit db7d782

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/screens/dashboard/dashboard.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ class LogsContainer extends StatelessWidget {
340340
height: MediaQuery.of(context).size.height / 4,
341341
child: state.log.isNotEmpty
342342
? Scrollbar(
343+
controller: _scrollController,
343344
child: ListView.builder(
344345
shrinkWrap: true,
345346
controller: _scrollController,

0 commit comments

Comments
 (0)