From: Mark Otto Date: Thu, 25 Jun 2020 06:21:41 +0000 (-0700) Subject: Remove backdrop-filter from docs subnav X-Git-Tag: v5.0.0-alpha2~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca22e72411add513e0e819bf100423d5d84d2067;p=thirdparty%2Fbootstrap.git Remove backdrop-filter from docs subnav Fixes #31163. --- diff --git a/site/assets/scss/_subnav.scss b/site/assets/scss/_subnav.scss index 89c14b3821..c65b665db3 100644 --- a/site/assets/scss/_subnav.scss +++ b/site/assets/scss/_subnav.scss @@ -2,8 +2,7 @@ // The position and z-index are needed for the dropdown to stay on top of the content position: relative; z-index: $zindex-sticky; - background-color: rgba($white, .75); - backdrop-filter: blur(1rem); + background-color: rgba($white, .95); box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .15); .dropdown-menu {