Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
wysiwys committed Aug 28, 2024
1 parent b1df20a commit d070bba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ body {
#app-container {
height: 100vh;
width: 100vw;
overflow: auto;
}

#app {
Expand All @@ -119,6 +120,8 @@ body {
height: 100vh;
margin-bottom: 0px;
overflow: auto;
display: flex;
flex-direction: column;
}

button {
Expand Down

0 comments on commit d070bba

Please sign in to comment.