Make user background images repeat for a significant scrolling perf increase

This commit is contained in:
Vivian Lim 2018-09-16 14:51:29 -07:00
parent 205f31e3dc
commit 458bd51fdb
1 changed files with 0 additions and 4 deletions

View File

@ -1,10 +1,6 @@
@import './_variables.scss';
#app {
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 0 50px;
min-height: 100vh;
max-width: 100%;
overflow: hidden;