added style for viewport portal
This commit is contained in:
@@ -296,6 +296,14 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.xy-flow__viewport-portal {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.xy-flow__minimap {
|
.xy-flow__minimap {
|
||||||
background: var(--xy-minimap-background-color, var(--xy-minimap-background-color-default));
|
background: var(--xy-minimap-background-color, var(--xy-minimap-background-color-default));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user