|
@@ -232,9 +232,9 @@ div[data-diagram] {
|
|
}
|
|
}
|
|
.fullscreen {
|
|
.fullscreen {
|
|
position: fixed !important;
|
|
position: fixed !important;
|
|
- left: 0;
|
|
|
|
|
|
+ left: var(--panel-width);
|
|
top: 0;
|
|
top: 0;
|
|
- width: 100% !important;
|
|
|
|
|
|
+ width: calc(100% - var(--panel-width)) !important;
|
|
height: 100% !important;
|
|
height: 100% !important;
|
|
z-index: 100;
|
|
z-index: 100;
|
|
}
|
|
}
|