Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/pages/component-sidenav/component-sidenav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ div.docs-component-viewer-nav-content .mat-nav-list .mat-mdc-list-item .mat-list

@media (max-width: 720px) {
.docs-component-viewer-sidenav-container {
flex: 1 0 auto;
flex: 1 0;

Choose a reason for hiding this comment

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

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

}

.docs-component-sidenav-body-content {
Expand Down