| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…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; |
There was a problem hiding this comment.
This file doesn't exist anymore in the latest main branch, and the issue was resolved on version 18.0.3
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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