delete-code-playground: Fix tooltip being partially hidden.

Co-authored-by: Aman Agrawal <amanagr@zulip.com>
This commit is contained in:
Maneesh Shukla
2025-04-03 23:37:09 +05:30
committed by Tim Abbott
parent a062d25aea
commit 4524225991
2 changed files with 2 additions and 1 deletions

View File

@@ -276,6 +276,7 @@ export function initialize(): void {
"#personal-menu-dropdown .status-circle",
".popover-group-menu-member-list .popover-group-menu-user-presence",
"#copy_generated_invite_link",
".delete-code-playground",
].join(","),
appendTo: () => document.body,
});

View File

@@ -14,7 +14,7 @@
{{> ../components/icon_button
icon="trash"
intent="danger"
custom_classes="tippy-zulip-tooltip delete"
custom_classes="delete-code-playground delete"
data-tippy-content=(t "Delete")
aria-label=(t "Delete")
}}