mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Rapid controls' box now overflows unobsctrutively
This commit is contained in:
parent
baffc9af49
commit
9daa683b42
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user