Fix logs page scroll

This commit is contained in:
problematicconsumer
2023-11-10 12:04:13 +03:30
parent 3153b20c39
commit ebda7098c8

View File

@@ -145,6 +145,7 @@ class LogsPage extends HookConsumerWidget with PresLogger {
body: Builder(
builder: (context) {
return CustomScrollView(
primary: false,
reverse: true,
slivers: <Widget>[
switch (state.logs) {