Skip to content

Commit

Permalink
fix(ui): Fix content hiding bug on page by setting height to 100%
Browse files Browse the repository at this point in the history
Signed-off-by: phukon <[email protected]>
  • Loading branch information
phukon committed Nov 21, 2023
1 parent e71297d commit 3b95a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/BridgePage/BridgePage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
flex-direction: column;
flex: 1;
overflow: hidden;
height: 100vh;
height: 100%;

&::-webkit-scrollbar {
width: 0 !important;
Expand Down

0 comments on commit 3b95a91

Please sign in to comment.