aboutsummaryrefslogtreecommitdiff
path: root/src/scss/gamepad.scss
blob: 997fee8aab5d29ee92aa464e0bdc5eba89b7c85d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#gamepad-wrapper {
    width: 100%;
    height: 100%;
}

canvas {
    z-index: -999;
    position:fixed;
    
    width: 100%;
    height: 100%;
}