mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix a position of a tooltip icon (#11739)
This commit is contained in:
parent
a4927a30ac
commit
deae2d47bf
@ -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],
|
||||||
|
Loading…
Reference in New Issue
Block a user