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

OK, I feel stupid now. :slight_smile:

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

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