fix modern ui fullscreen toolbar #6874
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Jun 20, 2025 at 22:58 UTC
7ad49ba0acc4931c04f6777bd20c8f6797aeebe2
1 file changed
+4
-3
public/styles/style-bootstrap.css
+4
-3
@@ -2478,15 +2478,16 @@ nav .lbbuttonsel2 {
2478
min-width: 100%;
2479
min-height: 0px;
2480
height: 100%;
2481
- position: relative;
2481
+ position: absolute;
2482
+ top: 0px;
2483
display: -ms-grid;
2484
display: grid;
2485
grid-gap: 0px;
2486
grid-template-areas: "deskarea1" "deskarea2" "deskarea3" "deskarea4";
2487
/* grid-template-columns: 90px auto; */
2487
- grid-template-rows: 24px max-content auto max-content;
2488
+ grid-template-rows: max-content max-content auto max-content;
2489
-ms-grid-columns: 1fr;
2489
- -ms-grid-rows: 24px max-content 1fr max-content;
2490
+ -ms-grid-rows: max-content max-content 1fr max-content;
2491
}
2492
2493
#deskarea0 .mR {