Production release December 2023 #8

Merged
k.triantafyllou merged 7 commits from develop into master 2023-12-21 13:47:51 +01:00
1 changed files with 17 additions and 0 deletions
Showing only changes of commit c4981ba8fe - Show all commits

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