diff --git a/tgui/docs/component-reference.md b/tgui/docs/component-reference.md index d334f36df62..07aafff5cd3 100644 --- a/tgui/docs/component-reference.md +++ b/tgui/docs/component-reference.md @@ -1083,8 +1083,7 @@ Intended for usage on interfaces where tab color has relevance. ### `Tooltip` -A boxy tooltip from tgui 1. It is very hacky in its current state, and -requires setting `position: relative` on the container. +A boxy tooltip that displays when hovering over its children. Please note, that [Button](#button) component has a `tooltip` prop, and it is recommended to use that prop instead. @@ -1092,12 +1091,14 @@ it is recommended to use that prop instead. Usage: ```jsx - - Sample text. - - + + + Sample text. + + ``` **Props:**