12 lines
143 B
SCSS
12 lines
143 B
SCSS
.order-page {
|
|
height: 100vh;
|
|
position: relative;
|
|
}
|
|
|
|
.top-nav-fixed {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 1000;
|
|
} |