Skip to content

Commit

Permalink
Change fixed position to helper widget
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcano committed Apr 30, 2021
1 parent 39d46ed commit b3399a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/shared/helper-widget/helper-widget.module.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.wrapper {
position: fixed;
right: 40px;
bottom: 40px;
right: 16px;
bottom: 12px;
display: flex;
z-index: 5;
}
Expand Down

0 comments on commit b3399a0

Please sign in to comment.