refactor: moves positioning to host
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
mat-toolbar {
|
||||
position: absolute;
|
||||
:host {
|
||||
bottom: 80px;
|
||||
justify-content: flex-end;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
}
|
||||
|
||||
mat-toolbar {
|
||||
button {
|
||||
background: var(--mat-sys-primary-container);
|
||||
width: 64px;
|
||||
|
||||
Reference in New Issue
Block a user