Skip to content
Snippets Groups Projects
Commit 51ccf17a authored by Scott Berg's avatar Scott Berg
Browse files

Fix scrolling errors

parent 26cd1699
No related branches found
No related tags found
No related merge requests found
Pipeline #29901 passed
<cse-header></cse-header> <header>
<cse-navigation></cse-navigation> <cse-header></cse-header>
<cse-navigation></cse-navigation>
</header>
<main> <main>
<mat-sidenav-container class="example-container" hasBackdrop="false"> <mat-sidenav-container class="example-container" hasBackdrop="false">
<mat-sidenav #rightAddCourse2 mode="over" position="end">Drawer content 2 <mat-sidenav #rightAddCourse2 mode="over" position="end">Drawer content 2
......
header {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 112px;
background-color: teal;
}
main {
position: absolute;
top: 112px;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
}
.add-sidenav1 { .add-sidenav1 {
width:380px; width:380px;
} }
\ No newline at end of file
#plans-container { #plans-container {
height: 100vh; height: calc(100vh - 112px);
} }
mat-sidenav { mat-sidenav {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment