Skip to content

Commit

Permalink
Remove overflow-y hidden rule. (#90800)
Browse files Browse the repository at this point in the history
  • Loading branch information
allilevine committed May 16, 2024
1 parent 42d32b8 commit 69e3fcc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions client/me/style.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
@media only screen and (min-width: 601px) {
html {
overflow-y: hidden;
}
}

body.is-section-me {
background: var(--studio-gray-0);

Expand Down

0 comments on commit 69e3fcc

Please sign in to comment.