diff --git a/frontend/src/styles/popups.scss b/frontend/src/styles/popups.scss index 3df331577..2810a0f96 100644 --- a/frontend/src/styles/popups.scss +++ b/frontend/src/styles/popups.scss @@ -17,6 +17,9 @@ &:focus-visible { outline: none; } + &::backdrop { + background: transparent; + } } #customTextPopupWrapper {