diff --git a/src/components/modals/webApp/WebAppModalTabContent.module.scss b/src/components/modals/webApp/WebAppModalTabContent.module.scss index c90032065..34980f7f5 100644 --- a/src/components/modals/webApp/WebAppModalTabContent.module.scss +++ b/src/components/modals/webApp/WebAppModalTabContent.module.scss @@ -53,7 +53,7 @@ margin: 0.5rem; transform: translateY(100%); opacity: 0; - transition-property: background-color, color, transform, margin-inline, flex-grow, opacity; + transition-property: background-color, color, transform, margin-inline, flex-grow, opacity, filter; transition-duration: 0.25s; transition-timing-function: ease-in-out;