added style for viewport portal

This commit is contained in:
peterkogo
2023-12-18 11:55:26 +01:00
parent 7bb96c9817
commit fa1e397590
+8
View File
@@ -296,6 +296,14 @@
top: 0;
}
.xy-flow__viewport-portal {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.xy-flow__minimap {
background: var(--xy-minimap-background-color, var(--xy-minimap-background-color-default));