Skip to content

Commit

Permalink
fix:~
Browse files Browse the repository at this point in the history
  • Loading branch information
whyhugo committed Apr 21, 2024
1 parent 8f741cd commit 87444c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions my-app/src/style/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ body,
body > #root,
#root > .App {
//height: 100%;
width: 100%;
overflow-x: hidden;
//width: 100%;
//overflow-x: hidden;
margin: 0;
padding: 0;
}

#root > .App {
overflow-y: auto;
background-image: url("../image/bg_nobg.png"), linear-gradient(to right, #352e72ff, #351a37ff);
//background-size: 100%;
background-size: 100%;
background-position: center;
background-repeat: repeat;
//background-attachment: scroll;
Expand Down

0 comments on commit 87444c2

Please sign in to comment.