mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
delete-code-playground: Fix tooltip being partially hidden.
Co-authored-by: Aman Agrawal <amanagr@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
a062d25aea
commit
4524225991
@@ -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,
|
||||
});
|
||||
|
@@ -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")
|
||||
}}
|
||||
|
Reference in New Issue
Block a user