Horizontal scrolling oh hover - bug?
See original GitHub issueHi everyone! I’m using this plugin and it’s real good but I can’t understand why on hover appear the horizontal scrollbar and my entire page move left when the slide “sliding”. Was one of my problem or it’s common? Maybe it’s a bug.
I solved that adding overflow-x: hidden
to the entire body.
Any idea?
Thanks!
Issue Analytics
- State:
- Created 9 years ago
- Comments:8
Top Results From Across the Web
CSS hover & scroll bug CHROME - the parent element ...
The problem is the hover element that will display: block element inside of it, and when there's overflow scroll, if you hover over...
Read more >Page uncontrollably scrolls vertically and horizontally when ...
I am using a wired mouse from Logitech. Issue: When the pointer is hovering over the Windows/Start Menu, the mouse automatically.
Read more >A horizontal scroll bar appears when you hover over ... - GitLab
A horizontal scroll bar appears when you hover over a "Copy commit ... What is the current bug behavior? ... This bug happens...
Read more >Horizontal Scroll on mouse scroll/hover & Mobile swipe left to ...
Hey There, I am looking to create a section on my website that allows users to scroll through horizontally only when their mouse...
Read more >-webkit-overflow-scrolling - CSS: Cascading Style Sheets | MDN
Non-standard : This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web:...
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
I think the issue with images and the horizontal scrollbar that appears when hovering over them has to do with Pinterest buttons. If this is the issue, you can add the “data-pin-nopin” attribute to your thumbnails.
Buffer extension does the same. I solved the issue adding pointer-events:none to the images. It’s difficult to add exeptions to all possible extensions out there.