File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,6 @@ export const HoverPopup = ({
108
108
// bigger offset for easier switching to neighbour nodes
109
109
// matches the default offset for popup with arrow out of a sense of beauty
110
110
offset = { offset || { mainAxis : 12 , crossAxis : 0 } }
111
- className = { YDB_POPOVER_CLASS_NAME }
112
111
>
113
112
< div
114
113
className = { contentClassName }
@@ -117,7 +116,7 @@ export const HoverPopup = ({
117
116
onMouseLeave = { onPopupMouseLeave }
118
117
onBlur = { onPopupBlur }
119
118
>
120
- { renderPopupContent ( ) }
119
+ < div className = { YDB_POPOVER_CLASS_NAME } > { renderPopupContent ( ) } </ div >
121
120
</ div >
122
121
</ Popup >
123
122
) : null }
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export const VDisk = ({
46
46
onShowPopup = { onShowPopup }
47
47
onHidePopup = { onHidePopup }
48
48
renderPopupContent = { ( ) => < VDiskPopup data = { data } /> }
49
- offset = { { mainAxis : 5 , crossAxis : 0 } }
49
+ offset = { { mainAxis : 2 , crossAxis : 0 } }
50
50
delayClose = { delayClose }
51
51
delayOpen = { delayOpen }
52
52
>
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export const PDisk = ({
85
85
{ renderVDisks ( ) }
86
86
< HoverPopup
87
87
showPopup = { showPopup }
88
- offset = { { mainAxis : 5 , crossAxis : 0 } }
88
+ offset = { { mainAxis : 2 , crossAxis : 0 } }
89
89
anchorRef = { anchorRef }
90
90
onShowPopup = { onShowPopup }
91
91
onHidePopup = { onHidePopup }
You can’t perform that action at this time.
0 commit comments