+
@@ -1828,7 +1829,7 @@ td.integer {
position: fixed;
top: 50%;
z-index: 700;
- left: calc(100vw - 445px - 40px);/* Viewport-Breite minus Sidebar-Breite minus Abstand */
+ left: calc(100vw - 545px - 40px);/* Viewport-Breite minus Sidebar-Breite minus Abstand */
transform: none; /* keine vertikale Zentrierung */
}
@@ -1840,7 +1841,7 @@ td.integer {
padding-right: 0.7em;
right: 0em;
bottom: 0;
- width: 445px; /*Breite nach Bedarf */
+ width: 545px; /*Breite nach Bedarf */
background: white;
box-shadow: -2px 0 5px rgba(0,0,0,0.1);
overflow-y: auto;
@@ -1856,7 +1857,7 @@ td.integer {
.vizLabel-container {
display: flex;
background: inherit;
- min-width: 10.5rem;
+ min-width: 13.5rem;
}
.label.is-small { width: 100%; } /*einheitliche Labelbreite*/