From 9daa683b4299be1a2dbb82a009af8c71becf5e0c Mon Sep 17 00:00:00 2001 From: PeekabooSteam Date: Sun, 11 Feb 2024 12:58:32 +0000 Subject: [PATCH] Rapid controls' box now overflows unobsctrutively --- client/public/stylesheets/panels/unitcontrol.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/public/stylesheets/panels/unitcontrol.css b/client/public/stylesheets/panels/unitcontrol.css index da629696..a14900be 100644 --- a/client/public/stylesheets/panels/unitcontrol.css +++ b/client/public/stylesheets/panels/unitcontrol.css @@ -44,8 +44,12 @@ body.feature-forceShowUnitControlPanel #unit-control-panel { #rapid-controls { display: flex; flex-direction: column; - row-gap: 5px; height: fit-content; + position: absolute; + right:-10px; + row-gap: 5px; + top:0; + translate: 100% 0; width: fit-content; }