diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-10 22:43:35 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-10 22:43:35 -0700 |
| commit | b13adb6e2620d80c019c7c8f6d344ba5ca2fcec2 (patch) | |
| tree | fd6605f02d83e8c9fcaaf0bbb7dbce863a886eb9 /src/mobile/MobileMenu.scss | |
| parent | 69fc5cff21c212a6eca9d125836844eea018fad0 (diff) | |
finished up image upload and fixed bugs with pathbar and clicking workspaces twice
Diffstat (limited to 'src/mobile/MobileMenu.scss')
| -rw-r--r-- | src/mobile/MobileMenu.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mobile/MobileMenu.scss b/src/mobile/MobileMenu.scss index 669b55601..b98b51f31 100644 --- a/src/mobile/MobileMenu.scss +++ b/src/mobile/MobileMenu.scss @@ -309,6 +309,7 @@ body { text-align: center; user-select: none; z-index: 99; + pointer-events: none; } .toolbar { |
