|
@@ -213,8 +213,8 @@ export default {
|
|
|
padding-top: 26px;
|
|
|
.minimap {
|
|
|
position: absolute;
|
|
|
- right: 6px;
|
|
|
- bottom: 6px;
|
|
|
+ right: 16px;
|
|
|
+ bottom: 16px;
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
.x6-widget-minimap-viewport {
|
|
@@ -228,6 +228,8 @@ export default {
|
|
|
.x6-widget-minimap {
|
|
|
width: auto !important;
|
|
|
height: auto !important;
|
|
|
+ overflow: visible !important;
|
|
|
+ padding:0 !important;
|
|
|
}
|
|
|
}
|
|
|
#context-menu-wrapper{
|
|
@@ -245,6 +247,8 @@ export default {
|
|
|
}
|
|
|
.x6-graph-scroller {
|
|
|
flex: 1;
|
|
|
+ width:auto !important;
|
|
|
+ height:auto !important;
|
|
|
}
|
|
|
|
|
|
.x6-port-body {
|