Makes link dropdown not get cut off
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
[:div
|
||||
|
||||
(com/a-icon-button {:class "relative"
|
||||
"@click.prevent" "$tooltip($refs.tooltip, {content: ()=>$refs.tooltip.innerHTML, theme: 'light', allowHTML: true, interactive:true})"
|
||||
"@click.prevent" "$tooltip($refs.tooltip, {content: ()=>$refs.tooltip.innerHTML, theme: 'light', allowHTML: true, interactive:true, popperOptions: {strategy: 'fixed', modifiers: [{name: 'flip', options: {fallbackPlacements: ['top']}}]}})"
|
||||
}
|
||||
svg/paperclip
|
||||
(com/badge {:color "blue"} (count links)))
|
||||
|
||||
Reference in New Issue
Block a user