FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: auto scroll is not working on devices narrower than 721px(#1219) by simonzea · Pull Request #1220 · angular/material.angular.io · GitHub

This repository was archived by the owner on Jan 4, 2026. It is now read-only.

fix: auto scroll is not working on devices narrower than 721px(#1219) - #1220

Open
simonzea wants to merge 1 commit into
angular:mainfrom
simonzea:auto-scroll-is-not-working-on-devices-narrower-than-721px
Open

fix: auto scroll is not working on devices narrower than 721px(#1219)#1220
simonzea wants to merge 1 commit into
angular:mainfrom
simonzea:auto-scroll-is-not-working-on-devices-narrower-than-721px

Conversation

simonzea commented Aug 3, 2023

Copy link
Copy Markdown

The flex-basis in the class docs-component-viewer-sidenav-container property was creating problems with the scroll bar in the page https://material.angular.io/cdk/drag-drop/examples for small devices.

Fixes #1219 and angular/components#26476

…r#1219)

The flex-basis in the class docs-component-viewer-sidenav-container property was creating problems with the scroll bar in the page https://material.angular.io/cdk/drag-drop/examples for small devices.

Fixes angular#1219 and angular/components#26476
@media (max-width: 720px) {
.docs-component-viewer-sidenav-container {
flex: 1 0 auto;
flex: 1 0;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This file doesn't exist anymore in the latest main branch, and the issue was resolved on version 18.0.3

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs-bug(cdkDrag): List examples' auto scroll is not working on devices narrower than 721px

2 participants


Back | FazBrowse Home | New Git URL