mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
fix: overflowing tooltip on firefox
This commit is contained in:
@@ -80,3 +80,16 @@
|
|||||||
border-color: transparent transparent $gray-800 transparent;
|
border-color: transparent transparent $gray-800 transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Position the last tooltip (Settings) to the right to prevent overflow
|
||||||
|
.iconWrapper:last-child .tooltip {
|
||||||
|
left: auto;
|
||||||
|
right: 0;
|
||||||
|
transform: none;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
left: auto;
|
||||||
|
right: 0.5rem;
|
||||||
|
transform: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user