mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
Fix a position of a tooltip icon (#11739)
This commit is contained in:
parent
340c3d2876
commit
474d7571b6
@ -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…
Reference in New Issue
Block a user