diff options
| author | Mark Otto <[email protected]> | 2020-06-24 23:21:41 -0700 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-06-25 09:47:20 +0300 |
| commit | ca22e72411add513e0e819bf100423d5d84d2067 (patch) | |
| tree | c9034edc09fcefe30b4f22a1490f73a390d6df17 | |
| parent | c140347bd26851c79e76766ae381e91c159b3f48 (diff) | |
| download | bootstrap-ca22e72411add513e0e819bf100423d5d84d2067.tar.xz bootstrap-ca22e72411add513e0e819bf100423d5d84d2067.zip | |
Remove backdrop-filter from docs subnav
Fixes #31163.
| -rw-r--r-- | site/assets/scss/_subnav.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/site/assets/scss/_subnav.scss b/site/assets/scss/_subnav.scss index 89c14b382..c65b665db 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 { |
