Skip to content

Commit

Permalink
Fix scroll bar to navigate players
Browse files Browse the repository at this point in the history
  • Loading branch information
ewokswagger committed Mar 2, 2025
1 parent 0e1d4a7 commit 02f3a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/_RMC14/Mentor/MentorWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PanelContainer.PanelOverride>
<graphics:StyleBoxFlat BackgroundColor="#202028" />
</PanelContainer.PanelOverride>
<ScrollContainer HScrollEnabled="False" VScrollEnabled="False"
<ScrollContainer HScrollEnabled="False" VScrollEnabled="True"
HorizontalExpand="True" VerticalExpand="True">
<BoxContainer Orientation="Vertical" HorizontalExpand="True"
VerticalExpand="True">
Expand Down

0 comments on commit 02f3a21

Please sign in to comment.