mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
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:
committed by
Tim Abbott
parent
1f9373585a
commit
20d0fc9733
@@ -117,6 +117,9 @@ export function initialize() {
|
|||||||
// so that regular users don't have to see
|
// so that regular users don't have to see
|
||||||
// them unless they want to.
|
// them unless they want to.
|
||||||
delay: [300, 20],
|
delay: [300, 20],
|
||||||
|
// This ensures that the upload files tooltip
|
||||||
|
// doesn't hide behind the left sidebar.
|
||||||
|
appendTo: () => document.body,
|
||||||
});
|
});
|
||||||
|
|
||||||
delegate("body", {
|
delegate("body", {
|
||||||
|
|||||||
Reference in New Issue
Block a user