diff --git a/src/components/FilterPopover/FilterPopover.js b/src/components/FilterPopover/FilterPopover.js
index bba52c12..6c72e7b2 100644
--- a/src/components/FilterPopover/FilterPopover.js
+++ b/src/components/FilterPopover/FilterPopover.js
@@ -483,7 +483,7 @@ function FilterPopover({ session }) {
: unsavedChangesPopoverComponent}
>
@@ -494,7 +494,7 @@ function FilterPopover({ session }) {
setIsFilterPopoverOpen(isOpen)}
rootClose
overlay={annotationIdBeingEdited !== undefined
diff --git a/src/components/TextAnalysisPopover/TextAnalysisPopover.js b/src/components/TextAnalysisPopover/TextAnalysisPopover.js
index 327f4efd..4e8a5aca 100644
--- a/src/components/TextAnalysisPopover/TextAnalysisPopover.js
+++ b/src/components/TextAnalysisPopover/TextAnalysisPopover.js
@@ -111,7 +111,7 @@ function TextAnalysisPopover({ textAnalysisData, loadingTextAnalysisData, getTex
setIsFilterPopoverOpen(isOpen)}
rootClose
overlay={filterPopoverComponent}