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 028a59b commit c4f530d
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions MovieVerse-Frontend/html/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,6 @@
display: block;
}

html, body {
height: 100%;
margin: 0;
overflow: auto;
}

body {
background-image: url("../../images/universe-1.png");
background-repeat: repeat-y;
Expand All @@ -91,19 +85,6 @@
}
}

header {
position: relative;
width: 100%;
z-index: 1000;
top: 5px;
}

main {
margin: 0 auto;
overflow-y: hidden;
min-height: 100vh;
}

#search-results {
margin-left: 60px;
z-index: 1000;
Expand Down

0 comments on commit c4f530d

Please sign in to comment.