ML__scroller overlapping keyboard toggle
See original GitHub issueIn version 0.32.3, sometimes when I first click on an empty mathfield so it gets focus, mathlive creates two elements of the type <div class="ML__scroller" ...></div>
. One of these two then overlaps the keyboard toggle. When I move focus somewhere else on the page and then back to the mathlive field, it creates two more without removing the existing ones. I can continue with that indefinitely so that there are more and more elements of that type.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Keyboard Overlaps Jetpack Compose Content? Fix it using ...
Did you face the similar issue that the content is being overlapped by the keyboard and is not even scrollable ? In this...
Read more >Layout not scrolling and Views overlapping when Keyboard is ...
I have facing an issue, where my login screen is not scrolling and views are overlapping with button when keyboard shows up.
Read more >WHATH is this? Keyboard OVERLAPPING?
It works ONLY when you havent modified the doc you opened, or else it works the same as shift+f5, likewise in other docs,...
Read more >Keyboard Shortcuts - Curio 21 Documentation - Zengobi Curio
Toggle shadow, S. Flip through a series of overlapping figures, ⌥Scroll with mouse hovering over overlapping figures. Decrease the pen size used for ......
Read more >Keyboard shortcuts for navigation—ArcGIS Pro | Documentation
Keyboard shortcut keys are designed to assist with the navigation experience so ... Left button drag—Pan; Left button click—Pop-up; Wheel button scroll—Zoom ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks, that’s a useful clue. I tried to reproduce it, but still no luck. I’ve made a change so that the divs will only be added if the anchor is found. That should address the problem with the scroller divs, but I’m afraid you’ll have other issues when drag selecting if the anchor can’t be found.
Was never able to reproduce it, but I got rid of the
scroller
divs altogether so it should no longer occur.