38 lines
483 B
SCSS
Executable File
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;
|
|
}
|