diff options
Diffstat (limited to 'src/scss/gamepad.scss')
-rw-r--r-- | src/scss/gamepad.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/scss/gamepad.scss b/src/scss/gamepad.scss new file mode 100644 index 0000000..997fee8 --- /dev/null +++ b/src/scss/gamepad.scss @@ -0,0 +1,12 @@ +#gamepad-wrapper { + width: 100%; + height: 100%; +} + +canvas { + z-index: -999; + position:fixed; + + width: 100%; + height: 100%; +} |