Fix context menu scroll bar visibility (#14211)

This commit is contained in:
Leon Friedrich 2023-02-22 14:45:53 +13:00 committed by GitHub
parent 2e25128770
commit a47529b0d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<Popup xmlns="https://spacestation14.io">
<PanelContainer Name="MenuPanel">
<ScrollContainer Name="Scroll" VerticalExpand="True" HScrollEnabled="False" ReturnMeasure="True">
<ScrollContainer Name="Scroll" VerticalExpand="True" HScrollEnabled="False" ReturnMeasure="True" ReserveScrollbarSpace="False">
</ScrollContainer>
</PanelContainer>
</Popup>