mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix multiple tooltips visible at once
This commit is contained in:
parent
87fa0b6ea6
commit
055f584d36
@ -1256,6 +1256,10 @@ define([
|
||||
arrow: true,
|
||||
maxWidth: '200px',
|
||||
flip: true,
|
||||
onShow: () => {
|
||||
// Hide other tooltips
|
||||
$('body').find('.tippy-popper').hide();
|
||||
},
|
||||
popperOptions: {
|
||||
modifiers: {
|
||||
preventOverflow: { boundariesElement: 'window' }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user