-
Hey guys,
I'm basically trying to implement the AppStore example (vertical scroll view with horizontally scrollable sections) but with dynamic type support. In order for this to work I've modified …
-
Hi,
I tried making a VFix with a maximum height by setting the `max-height: 200px; overflow-y: auto;` but that doesn't seem to work. The layout stretches well past 200 pixels. I also tried `overflo…
-
Extra scrollable margin on the right, hence the blue background doesn't apply to it. It generally looks somehow . There's an attached screenshot that shows what I mean . Tested on Firefox on Ubuntu 16…
-
When I do a search on the wiki the results continue past the end of the page beyond the scrolling capability. This occurs with both Chrome and Firefox browsers.
When this occurs the bottom of the …
-
Hi,
im not sure if a similar issue exists, maybe someone can link if yes.
**Issue**
If you have two tabs and each with horizontal scrollable lists, your TabBarViews gets scrolled if child lists…
-
# Description of the feature
In the current component sidebar (Edit Mode > Add Components), users are presented with a long, scrollable list when selecting from a large number of available compon…
-
If I call `ember serve` and navigate to my `/tests` route and click `show coverage`, the coverage tests are shown in an element, but if the list is long, it will spill out of view, and is not scrollab…
-
so this works with plugins like iScroll js
-
-
Assume we have a simple UI
```
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildConte…