Skip to content

Commit

Permalink
Fix: Fixed UI layout (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Mar 18, 2024
1 parent 8df4c68 commit b372c6f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions MovieVerse-Frontend/html/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,13 @@
html, body {
height: 100%;
margin: 0;
overflow: hidden;
overflow: auto;
}

body {
background-image: url("images/universe-1.png");
background-image: url("../../images/universe-1.png");
background-repeat: repeat-y;
background-size: 100% auto;
overflow: auto;
}

@media (max-width: 767px) {
Expand Down

0 comments on commit b372c6f

Please sign in to comment.