diff --git a/src/useTooltip.css b/src/useTooltip.css index d33bf2c..3a01892 100644 --- a/src/useTooltip.css +++ b/src/useTooltip.css @@ -1,7 +1,6 @@ .__tooltip { position: absolute; z-index: 9999; - max-width: 100%; background-color: black; color: white; text-align: center;