aboutsummaryrefslogtreecommitdiffstats
path: root/src/bg/styles/main.scss
blob: 64b89a25adf0105b5796d8aa659d0dc7dc0e1108 (plain)
1
2
3
4
5
6
7
8
9
10
11
::-webkit-scrollbar {
    display: none;
}

html {
    height: 100%;
    width: 100%;
    background-size: cover;
    -webkit-overflow-scrolling: touch;
    margin: 0;
}