typora / typora-issues

Bugs, suggestions or free discussions about the minimal markdown editor — Typora
https://typora.io
1.53k stars 58 forks source link

Unable to scroll using third party trackpad iOS app #4362

Closed lukearl closed 3 years ago

lukearl commented 3 years ago

OSX Big Sur 11.3 / Typora 0.10.8 / El Trackpad 1.0.7

When using El Trackpad iOS app neither the main window nor the sidebar can be scrolled using gestures. Scroll is still fine on the standard trackpad.

Not noticed the same issue in any other app.

lukearl commented 3 years ago

Correction: Able to scroll the sidebar

lukearl commented 3 years ago

Deleting base-control.css using inspect element appears to fix issue

lukearl commented 3 years ago

And deleting:

body { overflow-y: hidden } content { position: absolute }

...in that file fixes the issue but means the text is now visible below the title bar when scrolling down the page.

Have added:

body { overflow-y: auto } content { position: inherit }

...to the theme I'm using (Newsprint) in the meantime.

lukearl commented 3 years ago

No longer appears to be an issue after recent upgrades to macOS, Typora, and El Trackpad—unsure after which it started working again. Current system/app versions: OSX Big Sur 11.5.2 / Typora 0.11.5 / El Trackpad 1.0.8