Skip to content

Commit

Permalink
fix: inability to scroll on signup page (#20242)
Browse files Browse the repository at this point in the history
fix inability to scroll on signup page
  • Loading branch information
raquelmsmith authored Feb 9, 2024
1 parent 6ddf0ec commit 6b258dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/lib/components/BridgePage/BridgePage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
display: flex;
flex: 1;
flex-direction: column;
height: 100%;
min-height: 100vh;
overflow: hidden;
height: 100vh;
overflow: scroll;
background-color: var(--bg-bridge);
-ms-overflow-style: none;

Expand Down

0 comments on commit 6b258dc

Please sign in to comment.