diff --git a/web/styles/ant-overrides.scss b/web/styles/ant-overrides.scss index e3eb24924..044a8bbf4 100644 --- a/web/styles/ant-overrides.scss +++ b/web/styles/ant-overrides.scss @@ -213,3 +213,7 @@ th { font-family: var(--theme-text-display-font-family); font-weight: 700 !important; } + +.ant-popover { + z-index: 800; // Lower the z-index so it renders under modals. +}