Skip to content

Commit

Permalink
fix height css for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Uriopass committed Apr 8, 2024
1 parent e94df20 commit eda09cb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions musidex-web/src/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
html {
height: 100%;
}

body {
margin: 0;
min-height: 100%;
height: 100%;
font-family: Helvetica, Arial, sans-serif;
overflow: hidden;
}
Expand Down Expand Up @@ -37,7 +41,7 @@ select {
background-repeat: repeat-x;
background-color: var(--bg);
color: var(--color-bg);
height: 100vh;
height: 100%;
width: 100%;
display: grid;
grid-template-rows: 50px 1fr 85px;
Expand Down

0 comments on commit eda09cb

Please sign in to comment.