mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +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", | ||||
|             "#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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user