mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Merge pull request #837 from Pax1601/673-status-bar-hit-box
Rapid controls' box now overflows un-obstructively
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user