Makes link dropdown not get cut off

This commit is contained in:
2025-01-31 19:22:24 -08:00
parent 2826fd5099
commit ac0dbef961
3 changed files with 32 additions and 30 deletions

View File

@@ -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)))