From d0589c9a7e55d860a33b92363ff16cea36707f99 Mon Sep 17 00:00:00 2001 From: Aminejvm Date: Wed, 17 Feb 2021 18:29:36 +0100 Subject: [PATCH] fixed carousel sidebar rerendering --- components/system/components/GlobalCarousel.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/system/components/GlobalCarousel.js b/components/system/components/GlobalCarousel.js index 4e9c0665..57f6e8db 100644 --- a/components/system/components/GlobalCarousel.js +++ b/components/system/components/GlobalCarousel.js @@ -27,6 +27,8 @@ const STYLES_ROOT = css` z-index: ${Constants.zindex.modal}; background-color: rgba(0, 0, 0, 0.8); + // Note(Amine): we're using the blur filter to fix a weird backdrop-filter's bug in chrome + filter: blur(0px); @supports ((-webkit-backdrop-filter: blur(15px)) or (backdrop-filter: blur(15px))) { -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px);