-
Design would like to update the scrolling on the pages with iframes. See the comments on #802 for background on this issue. Here is what they would like to do:
Remove the iframe from the main body co…
-
### Current behavior
When `type()` is invoked after a `clear()`, it does not scroll the input out from under a `position:fixed` element
### Desired behavior
`type()` should scroll the inp…
-
**I'm submitting a ...**
```
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post …
-
Create table with fixed header, footer and body height with scrollable
olton updated
4 years ago
-
It's not a bug, but adding **overflow-y: scroll;** to the body element prevents _jumping_ of the page left to right.
-
Hi want to create a page scroll percentage indicator:
```
const animation = new Motus.Animation({
$el: document.getElementById("app"),
startPoint: 0,
endPoint: document.body.offsetHeight,…
-
Firstly this issue occurs when you have a large vertical scrolling area and you need to scroll a few hundred pixels very fast via dragging scroll bar to reproduce this.
I have maybe like 5000px of he…
-
### Describe the Bug
This gives error `Unexpected token, expected "}"`:
```
---
const heading = 'Hello, world!'
const As = 'h1'
---
{
true && (
{heading}
…
-
Hello,
I have a chips input in a modal. I would like to set the container to document.body for the autocomplete dropdown, because it messes with the scroll of my modal.
My chips component looks li…
-
Line 25 of touch.js adds a touchmove event handler to the body of the HTML document to disable scrolling. This isn't necessarily desirable if, for example, the viewer appears in a absolutely position…