Fix context menu scroll bar visibility (#14211)
This commit is contained in:
parent
2e25128770
commit
a47529b0d5
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue