+
Above
@@ -146,4 +154,13 @@ Tooltip's use `display: contents` so they won't interfere with how elements are
```
+To override it globally, set it in a root block in your stylesheet after `shoelace.css` is loaded.
+
+```css
+:root {
+ --sl-tooltip-arrow-size: 0;
+}
+```
+
+
[component-metadata:sl-tooltip]