How Do I Enable Viewport Offset in Chrome for Better Scrolling? or Is There a Way to Enable Viewport

16 Replies, 791 Views

Lol, Chrome’s scrolling is like a trampoline sometimes.

No direct way to enable viewport offset in chrome, but you can try this JS snippet in the console:

```js
document.documentElement.style.scrollBehavior = 'auto';
```

Might help if the jumping is from dynamic content loading.

---

Messages In This Thread



Users browsing this thread: 1 Guest(s)