bigbuffet-rw/app/soapbox/components/ui/tooltip/tooltip.css

9 lines
201 B
CSS
Raw Normal View History

2022-03-21 11:09:01 -07:00
: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;
}