Skip to content

Commit 103fc79

Browse files
crisbetoSplaktar
authored andcommittedApr 12, 2021
fix: double scroll bars on guides page
Fixes that the guides page has two scroll bars on Windows. Fixes https://github.com/angular/components/issues/21902.
1 parent 4a80a3e commit 103fc79

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed
 

‎material.angular.io/src/app/pages/guide-list/guide-list.scss

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
@import '../../../styles/constants';
22

3-
:host {
4-
min-height: 100%;
5-
}
6-
3+
:host,
74
.docs-guide {
8-
min-height: 100%;
5+
height: 100%;
96
}
107

118
.docs-guide-list {

0 commit comments

Comments
 (0)
Please sign in to comment.