phibr0 / obsidian-advanced-toolbar

Advanced Toolbar - Obsidian Plugin | Enhances Obsidian Mobile's Quick Action Toolbar
GNU Affero General Public License v3.0
88 stars 3 forks source link

Cursor Underflowing Tooldbar #31

Open iamrecursion opened 2 years ago

iamrecursion commented 2 years ago

With the changes in the latest update, the cursor now tracks under the toolbar without scrolling the view. It seems that the toolbar no longer counts as occluding the editor itself, and hence the editor flows underneath it.

iamrecursion commented 2 years ago

image

See how the cursor is in the middle of the toolbar?

FelipeRearden commented 2 years ago

Hello @phibr0 and @iamrecursion

Just to let you guys that I am having the same issue :)

colintedford commented 2 years ago

Same. I've sadly disabled the plugin for now.

ganser8 commented 1 year ago

Guys, try to comment out the line z-index: 5 in the styles.css.

paolo-santucci commented 1 year ago

I've the same issue and I'm using Typewriter Scroll as a temporary solution.

paolo-santucci commented 1 year ago

Guys, try to comment out the line z-index: 5 in the styles.css.

Unfortunately it doesn't fix the issue.

ganser8 commented 1 year ago

Unfortunately it doesn't fix the issue

Sorry for misleading. You should comment out position: absolute;.

jandamm commented 1 year ago

Sorry for misleading. You should comment out position: absolute;.

Thank you! This does fix it for me. I can only get the cursor behind the toolbar by scrolling. As soon as I type again it scrolls back to visible. 👍

However I'm not sure if there is any other downside I didn't spot yet 🤷‍♂️

paolo-santucci commented 1 year ago

Commenting position: absolute; works on my iPhone but the the toolbar appears in the wrong position on the iPad.

Using position: sticky; seems to work on both platforms.

FelipeRearden commented 1 year ago

Using position: sticky; seems to work on both platforms.

position: sticky !important; for some themes. In case anyone is facing some problem :)