-
I have an issue where I have a WebGL canvas embedded in my page as a hero, when I scroll down the Lenis scroll works as expected, however when scrolling up the class `.lenis-scrolling` gets added to t…
-
Use initialScrollOffset:
```dart
final scrollController = ScrollController(initialScrollOffset: index * 48);
CustomScrollView(
controller: scrollController,
...
);
```
super_sliver_list …
-
### Steps to reproduce
Pr #136239
Causes this by correcting the scroll on perform layout during the set State of the listener
Only copy de code below and use it in any component
### Expected…
-
```dart
// Having this global (mutable) page controller is a bit of a hack. We need it
// to plumb in the factory for _PagePosition, but it will end up accumulating
// a large list of scroll positi…
-
I'm on a minimal Debian installation (Only "SSH Server" and "Standard System Utilities" with no DE). I installed only the following packages:
```
apt install -y --no-install-recommends build-esse…
-
![Image](https://user-images.githubusercontent.com/17025812/192710535-60ade3b5-654f-4d73-8f37-35af0993f9fa.png)
-
### Which version of floccus are you using?
4.17.1
### Sync method
Nextcloud Bookmarks
### Which browser are you using? In case you are using the phone App, specify the Android or iOS version and …
-
## Steps to Reproduce
Add a `Text` widget to demo project:
```
Text('☞关门')
```
Then flutter run on iOS Simulator. Please notice the Unicode symbol ☞ before the Chinese symbols, It will make Chi…
-
"Draw a box" - but not the user drawing a box (that come later!)
This issue is supporting the features described here:
https://deploy-preview-50--iiif-canvas-panel.netlify.app/docs/examples/drawin…
-
**Describe the bug**
The scrollbar has a visual issue with the overscroll behavior on Safari
This issue does not appear if the overscroll behavior is disabled (`overscroll-behavior: none`)
**To R…