Make the toolbar sticky, fixes #26

This commit is contained in:
Raoul Snyman 2022-11-30 12:36:02 -07:00
parent a83d129630
commit abcde0cee7
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
mat-toolbar {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
mat-divider {
border-color: rgb(175, 175, 175);
}