[develop]: Add indicator-overlay in indicators.less

This commit is contained in:
Konstantinos Triantafyllou 2023-12-21 10:48:19 +02:00
parent 5ce6f31d0e
commit c4981ba8fe
1 changed files with 17 additions and 0 deletions

View File

@ -49,3 +49,20 @@
}
}
}
.indicator-overlay {
position: absolute;
top: 0;
left: 0;
background: @global-overlay-background;
width: 100%;
height: 100%;
.inner {
background: @global-background;
border-radius: @global-border-radius;
width: 75%;
max-height: 75%;
overflow: auto;
}
}