We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3960b commit db7d782Copy full SHA for db7d782
lib/screens/dashboard/dashboard.dart
@@ -340,6 +340,7 @@ class LogsContainer extends StatelessWidget {
340
height: MediaQuery.of(context).size.height / 4,
341
child: state.log.isNotEmpty
342
? Scrollbar(
343
+ controller: _scrollController,
344
child: ListView.builder(
345
shrinkWrap: true,
346
controller: _scrollController,
0 commit comments