mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
Having tooltip `appendTo` to parent causes it to be trimmed by the size of parent container if the parent doesn't have enough size to include the tooltip. To fix this, we append tooltip to `document.body`.
4 lines
178 B
Handlebars
4 lines
178 B
Handlebars
<button class="btn pull-left copy_button_base copy_codeblock" data-tippy-content="{{t 'Copy code' }}" aria-label="{{t 'Copy code' }}">
|
|
{{> copy_to_clipboard_svg }}
|
|
</button>
|