mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 18:40:03 +00:00
parent
c140347bd2
commit
ca22e72411
@ -2,8 +2,7 @@
|
|||||||
// The position and z-index are needed for the dropdown to stay on top of the content
|
// The position and z-index are needed for the dropdown to stay on top of the content
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: $zindex-sticky;
|
z-index: $zindex-sticky;
|
||||||
background-color: rgba($white, .75);
|
background-color: rgba($white, .95);
|
||||||
backdrop-filter: blur(1rem);
|
|
||||||
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .15);
|
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .15);
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user