Skip to content

Commit

Permalink
fix css overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarnadas committed Feb 27, 2024
1 parent caab73e commit 07fd29c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/hooks/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ body {
#root {
width: 100vw;
height: 100vh;
overflow: auto;
}

h1 {
Expand Down

0 comments on commit 07fd29c

Please sign in to comment.