compose: Prevent upload files tooltip from hiding behind left sidebar.

Resolves the issue by appending tooltip to document body.

Fixes: #20639.
This commit is contained in:
My-Name-Is-Nabil
2021-12-28 01:37:04 +02:00
committed by Tim Abbott
parent 1f9373585a
commit 20d0fc9733

View File

@@ -117,6 +117,9 @@ export function initialize() {
// so that regular users don't have to see
// them unless they want to.
delay: [300, 20],
// This ensures that the upload files tooltip
// doesn't hide behind the left sidebar.
appendTo: () => document.body,
});
delegate("body", {