Skip to content

Commit ca22e72

Browse files
mdoXhmikosR
authored andcommitted
Remove backdrop-filter from docs subnav
Fixes twbs#31163.
1 parent c140347 commit ca22e72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/assets/scss/_subnav.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// The position and z-index are needed for the dropdown to stay on top of the content
33
position: relative;
44
z-index: $zindex-sticky;
5-
background-color: rgba($white, .75);
6-
backdrop-filter: blur(1rem);
5+
background-color: rgba($white, .95);
76
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .15);
87

98
.dropdown-menu {

0 commit comments

Comments
 (0)