9 lines
165 B
CSS
9 lines
165 B
CSS
.fixed-menu-mobile {
|
|
position: fixed;
|
|
z-index: 51;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
background: #fff;
|
|
box-shadow: 0 0 6px 0 rgb(1 1 1 / 10%);
|
|
} |