diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-05-26 23:09:56 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-05-26 23:09:56 -0700 |
| commit | 88593faa4777b622ed5a3208f6462cf7b307b83a (patch) | |
| tree | 7506cc6c481de1614824bd77b6ca0e2dd89328b8 /src/mobile/MobileInterface.scss | |
| parent | 4a3fe3e00cde9c9afe798686367468d85606b972 (diff) | |
pulled from master
Diffstat (limited to 'src/mobile/MobileInterface.scss')
| -rw-r--r-- | src/mobile/MobileInterface.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mobile/MobileInterface.scss b/src/mobile/MobileInterface.scss index 4d86e208f..f75e60a37 100644 --- a/src/mobile/MobileInterface.scss +++ b/src/mobile/MobileInterface.scss @@ -16,4 +16,13 @@ height: 100%; position: relative; touch-action: none; + width: 100%; +} + +.mobileInterface-background { + height: 100%; + width: 100%; + position: relative; + touch-action: none; + background-color: pink; }
\ No newline at end of file |
