bigbuffet-rw/app/soapbox/components/ui/tooltip/tooltip.css
2022-03-21 13:14:26 -05:00

8 lines
201 B
CSS

:root {
--reach-tooltip: 1;
}
[data-reach-tooltip] {
@apply pointer-events-none absolute px-2.5 py-1.5 rounded shadow whitespace-nowrap text-xs font-medium bg-gray-800 text-white;
z-index: 1;
}