Make toolbar sticky

This commit is contained in:
William Brawner 2020-06-30 18:47:18 +00:00
parent 08718b6605
commit da3633aee6

View file

@ -30,6 +30,9 @@ a.mat-fab {
mat-toolbar {
box-shadow: 0px 3px 3px 1px #212121;
position: sticky;
top: 0;
z-index: 999999;
}
mat-toolbar.mat-toolbar-row,