Skip to content

Commit

Permalink
fix: icon position error
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-Sama committed Oct 18, 2020
1 parent 61b324d commit 45ea39a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ export class NgxSignaturePadComponent implements OnInit, OnChanges {
}

ngOnChanges(changes: SimpleChanges): void {
console.log(changes.options, `changes.options`);
if (changes.options.firstChange) {
return;
}
Expand Down
2 changes: 1 addition & 1 deletion src/app/mobile/mobile.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

.fullscreen-small {
position: fixed;
bottom: 72px;
bottom: 100px;
right: 24px;
transform: rotate(90deg);
}
Expand Down

0 comments on commit 45ea39a

Please sign in to comment.