Ribbon: feste Höhe 60px statt min-height — kein Springen beim Tab-Wechsel

This commit is contained in:
2026-07-05 22:50:26 +02:00
parent 0b56d777bc
commit b640bbe606
+4 -2
View File
@@ -5505,7 +5505,8 @@ body {
overflow-y: hidden;
scrollbar-width: thin;
scrollbar-color: transparent transparent;
min-height: 56px;
height: 60px;
flex-shrink: 0;
}
.ribbon-body::-webkit-scrollbar {
height: 6px;
@@ -5606,5 +5607,6 @@ body {
display: flex;
align-items: center;
gap: 10px;
min-height: 48px;
height: 100%;
overflow: hidden;
}