obsidian-advanced-toolbar icon indicating copy to clipboard operation
obsidian-advanced-toolbar copied to clipboard

Cursor Underflowing Tooldbar

Open iamrecursion opened this issue 2 years ago • 10 comments

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 avatar Apr 18 '22 13:04 iamrecursion

image

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

iamrecursion avatar Apr 18 '22 13:04 iamrecursion

Hello @phibr0 and @iamrecursion

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

FelipeRearden avatar Apr 21 '22 13:04 FelipeRearden

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

colintedford avatar Jun 13 '22 23:06 colintedford

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

ganser8 avatar Jul 25 '22 17:07 ganser8

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

paolo-santucci avatar Oct 05 '22 07:10 paolo-santucci

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

Unfortunately it doesn't fix the issue.

paolo-santucci avatar Oct 05 '22 07:10 paolo-santucci

Unfortunately it doesn't fix the issue

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

ganser8 avatar Oct 06 '22 19:10 ganser8

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 🤷‍♂️

jandamm avatar Oct 07 '22 06:10 jandamm

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.

paolo-santucci avatar Oct 19 '22 09:10 paolo-santucci

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

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

FelipeRearden avatar Oct 20 '22 08:10 FelipeRearden