Make toolbar sticky
This commit is contained in:
parent
08718b6605
commit
da3633aee6
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue