-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
area-web-designSomething a web designer interested in helping could do.Something a web designer interested in helping could do.customer-flutterIssues originating from important to FlutterIssues originating from important to Flutter
Description
From @Kbhredsox on March 9, 2017 3:47
Overview
On some of the Flutter API reference pages, the left nav is much taller than the main content area yet doesn't contain any sort of sub-element scrolling capabilities. As a result, the page's scrollable area includes this (much longer) left nav, falsely implying to readers that the page is very long (and therefore should only be skimmed :P).
Suggestion: Use a scrollable left nav area, as the Android API reference does; for example:
https://developer.android.com/reference/android/app/usage/package-summary.html
Steps to Reproduce
- Navigate to https://docs.flutter.io/flutter/widgets/Align-class.html.
- Scroll down toward the bottom of the page.
- ! Notice that the left nav content continues long after the main content area's bottom edge.
Copied from original issue: flutter/flutter#8671
Metadata
Metadata
Assignees
Labels
area-web-designSomething a web designer interested in helping could do.Something a web designer interested in helping could do.customer-flutterIssues originating from important to FlutterIssues originating from important to Flutter