fix(ui): session terminal scrolls to end after layout so last line is fully visible
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
<!-- ── Log output ── -->
|
||||
<ScrollViewer Name="LogScroll" VerticalScrollBarVisibility="Auto"
|
||||
Padding="10,8,10,4">
|
||||
Padding="10,8,10,12">
|
||||
<ItemsControl ItemsSource="{Binding Log}">
|
||||
<ItemsControl.ItemTemplate>
|
||||
<DataTemplate DataType="vm:LogLineViewModel">
|
||||
|
||||
Reference in New Issue
Block a user