lg-cns-venture-3nd/src/app/layout/component/main/main.layout.component.scss
2019-04-14 16:29:05 +09:00

38 lines
483 B
SCSS
Executable File

app-navbar {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2;
}
pp-root>app-component-sidenav {
flex: 1;
}
app-root>app-homepage,
app-root>app-guides,
app-root>guide-viewer {
overflow-y: auto;
}
app-navbar-mobile {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2;
}
pp-root>app-component-sidenav {
flex: 1;
}
app-root>app-homepage,
app-root>app-guides,
app-root>guide-viewer {
overflow-y: auto;
}