mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
view_code_in_playground: Fix tooltip being partially hidden.
This commit is contained in:
@@ -219,6 +219,7 @@ export function initialize() {
|
|||||||
".sidebar-title",
|
".sidebar-title",
|
||||||
"#user_filter_icon",
|
"#user_filter_icon",
|
||||||
"#scroll-to-bottom-button-clickable-area",
|
"#scroll-to-bottom-button-clickable-area",
|
||||||
|
".code_external_link",
|
||||||
],
|
],
|
||||||
appendTo: () => document.body,
|
appendTo: () => document.body,
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
{{! Display the "view code in playground" option for code blocks}}
|
{{! Display the "view code in playground" option for code blocks}}
|
||||||
<a target="_blank" rel="noopener noreferrer" class="tippy-zulip-tooltip code_external_link"><i class="fa fa-external-link"></i></a>
|
<a target="_blank" rel="noopener noreferrer" class="code_external_link"><i class="fa fa-external-link"></i></a>
|
||||||
|
|||||||
Reference in New Issue
Block a user