From b0565a14835a86fe15318ed9ab30ce051194c0b0 Mon Sep 17 00:00:00 2001 From: Zack Krida Date: Wed, 11 May 2022 17:01:18 -0400 Subject: [PATCH] Make the popover positioning strategy configurable (#1415) * Switch popper.js to use fixed positioning strategy * Make the popover positioning strategy configurable * Update pot file --- src/components/VFilters/VFilterChecklist.vue | 1 + src/components/VPopover/VPopover.vue | 14 ++++++++++++++ src/components/VPopover/VPopoverContent.types.js | 9 +++++++++ src/composables/use-popper.js | 9 +++++++-- src/locales/po-files/openverse.pot | 8 ++++---- 5 files changed, 35 insertions(+), 6 deletions(-) diff --git a/src/components/VFilters/VFilterChecklist.vue b/src/components/VFilters/VFilterChecklist.vue index 822e2b9ce1..f4f600a124 100644 --- a/src/components/VFilters/VFilterChecklist.vue +++ b/src/components/VFilters/VFilterChecklist.vue @@ -24,6 +24,7 @@