1
0
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:
Daniel 2021-08-03 18:10:12 +02:00 committed by GitHub
parent a4927a30ac
commit deae2d47bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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