Fix a position of a tooltip icon (#11739)

feature/default_network_editable
Daniel 3 years ago committed by Dan Miller
parent 340c3d2876
commit 474d7571b6
  1. 6
      ui/components/ui/info-tooltip/index.scss

@ -3,6 +3,12 @@
height: 12px;
width: 12px;
}
&__tooltip-container {
svg {
position: static;
}
}
}
.tippy-popper[x-placement^=top] .tippy-tooltip-info-theme [x-arrow],

Loading…
Cancel
Save