diff options
| author | andrewdkim <adkim414@gmail.com> | 2020-02-11 22:47:23 -0500 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2020-02-11 22:47:23 -0500 |
| commit | 864cba561db8e26240b093da7ab524e76c8823d1 (patch) | |
| tree | 48b38cb97701d5c423abe16dca924d81d7df48e1 /src/mobile/MobileInterface.scss | |
| parent | 47b939e9799da2f57047a15113c116d8ba31ce5e (diff) | |
small fixes for mobile remote upload
Diffstat (limited to 'src/mobile/MobileInterface.scss')
| -rw-r--r-- | src/mobile/MobileInterface.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobile/MobileInterface.scss b/src/mobile/MobileInterface.scss index 8083e5760..d0849dbc7 100644 --- a/src/mobile/MobileInterface.scss +++ b/src/mobile/MobileInterface.scss @@ -13,6 +13,6 @@ } .mobileInterface-container { - height: calc(100% - 50px); + height: 100%; position: relative; }
\ No newline at end of file |
