]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix context menu scroll bar visibility (#14211)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Wed, 22 Feb 2023 01:45:53 +0000 (14:45 +1300)
committerGitHub <noreply@github.com>
Wed, 22 Feb 2023 01:45:53 +0000 (12:45 +1100)
Content.Client/ContextMenu/UI/ContextMenuPopup.xaml

index c450b466817f43a6b577df20b09893533ed9c927..e42b168db1d04d322456f11e7e8678f79a705c3b 100644 (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>