Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

Cursor Underflowing Tooldbar #31

Open
iamrecursion opened this issue Apr 18, 2022 · 10 comments
Open

Cursor Underflowing Tooldbar #31

iamrecursion opened this issue Apr 18, 2022 · 10 comments

Comments

@iamrecursion
Copy link

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
Copy link
Author

iamrecursion commented Apr 18, 2022

image

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

@FelipeRearden
Copy link

Hello @phibr0 and @iamrecursion

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

@colintedford
Copy link

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

@ganser8
Copy link

ganser8 commented Jul 25, 2022

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

@paolo-santucci
Copy link

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

@paolo-santucci
Copy link

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

Unfortunately it doesn't fix the issue.

@ganser8
Copy link

ganser8 commented Oct 6, 2022

Unfortunately it doesn't fix the issue

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

@jandamm
Copy link

jandamm commented Oct 7, 2022

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
Copy link

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
Copy link

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

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants