Skip to content

Commit

Permalink
Mobile control top fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rkanik-diu committed Feb 27, 2021
1 parent 0ac7943 commit dc96ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "driveandlisten",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.3",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/scss/components/control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
&__content {
left: 0;
right: 0;
top: -32rem;
top: -36rem;
z-index: 100;
padding: 1rem;
position: fixed;
Expand Down

0 comments on commit dc96ea5

Please sign in to comment.