10 lines
138 B
SCSS
10 lines
138 B
SCSS
.customerNavbar {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
overflow: hidden;
|
|
z-index: 9991;
|
|
width: 100%;
|
|
background-color: #fff;
|
|
}
|