Unsolved
2 Posts
0
270
June 27th, 2021 12:00
XPS 13, IE/Edge touchpad scrolling issue
I have a WordPress website that I am working on. The website works fine when browsed from Chrome/Firefox/Safari.
I have a Windows 10 laptop (Dell XPS 13). If I navigate to the website from the Windows 10 XPS 13 laptop using IE 11 or Edge, 2-finger scroll using the the touchpad does not work on any page. If I use the mouse wheel or the keyboard arrow keys, scrolling works and I can see the entire page.
I am new to the web development. Is there something very obvious that I am missing here?
No Events found!


janehahman
2 Posts
0
June 28th, 2021 05:00
It seemed like a glitch while browsing my WordPress maheenandco . I fixed the issue by forcing the page to always show scrollbar:
html { overflow-y: scroll !important; }It does the job.