mirror of https://github.com/zulip/zulip.git
view_code_in_playground: Fix tooltip being partially hidden.
This commit is contained in:
parent
3400cb425b
commit
683a5e7c23
|
@ -219,6 +219,7 @@ export function initialize() {
|
|||
".sidebar-title",
|
||||
"#user_filter_icon",
|
||||
"#scroll-to-bottom-button-clickable-area",
|
||||
".code_external_link",
|
||||
],
|
||||
appendTo: () => document.body,
|
||||
});
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
{{! 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>
|
||||
|
|
Loading…
Reference in New Issue