From 3df1a8049dc693fb1a8835d2aafdd57b74aac407 Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Sun, 15 Jan 2023 22:35:42 +0100 Subject: Initial commit --- src/scss/gamepad.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/scss/gamepad.scss (limited to 'src/scss/gamepad.scss') 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%; +} -- cgit v1.2.3