From eb35518b231318019540ce73645902e0eb7f32e4 Mon Sep 17 00:00:00 2001 From: untemps Date: Thu, 10 Feb 2022 20:23:17 +0100 Subject: [PATCH] feat: Remove tooltip max-width, #34 --- src/useTooltip.css | 1 - 1 file changed, 1 deletion(-) 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;