Merge pull request #837 from Pax1601/673-status-bar-hit-box

Rapid controls' box now overflows un-obstructively
This commit is contained in:
Pax1601
2024-02-20 09:35:02 +01:00
committed by GitHub

View File

@@ -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;
}