Fix for GFX to stay in view (part 1)

This commit is contained in:
Ewoud
2023-06-27 15:42:33 +02:00
parent 2afad2cd66
commit d53de3d82b
7 changed files with 4740 additions and 4683 deletions

View File

@@ -412,6 +412,13 @@ button {
bottom: 0;
}
/* WLEDMM */
#effectGFX, #segGFX {
position: -webkit-sticky;
position: sticky;
top: 0;
}
#sliders .labels {
padding-top: 3px;
font-size: small;