[Bug] Command palette opening over and over when scrolling back up in notes on android

Steps to reproduce

Open Android App
Open note in preview mode
Swipe up to scroll down
Swipe down to scroll back up

Expected result

Scroll back up until I’m at the top of the note
Open command palette if I keep scrolling

Actual result

Command palette opening before top of note is reached

(I know it’s supposed to open when I’m swiping down while at the top of the note. But it opens no matter where in the note i am, meaning I can not scroll back up without the command palette opening over and over)

Environment

  • Operating system: Android 11, Color OS 11.1
  • Obsidian version:
  • Mobile app 1.0.4

Additional information

Video of behavior (and I hope you agree that this is not expected behavior). See difference between expected behavior in edit mode and unexpected behavior in preview mode.

OK, I feel stupid now. :slight_smile:

This CSS snippet which I forgot to deactivate caused the issue.

.markdown-preview-view { overflow-y: overlay; }

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.