1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-30 08:09:15 +01:00

Fix a position of a tooltip icon (#11739)

This commit is contained in:
Daniel 2021-08-03 18:10:12 +02:00 committed by Dan Miller
parent 340c3d2876
commit 474d7571b6

View File

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