Skip to content

Commit

Permalink
Merge pull request #213 from Lapkipomoshi/fix-scroll
Browse files Browse the repository at this point in the history
Fix scroll
  • Loading branch information
karlbelousov committed Apr 30, 2024
2 parents 59e06b2 + 176ec21 commit d65d64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProfilePopup/ProfilePopup.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.profile-popup {
width: 100vw;
width: -webkit-fill-available;
height: 100vh;
position: absolute;
left: 963px;
Expand Down
1 change: 1 addition & 0 deletions src/pages/App/styles/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
margin: 0 auto;
font-family: var(--font-family-base);
color: var(--color-text-base);
overflow: hidden;
}

0 comments on commit d65d64c

Please sign in to comment.