From 43e4dde61902e58edc544af145680aea0b3fc14b Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Sat, 10 Apr 2021 15:48:27 +0200 Subject: [PATCH] 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. --- src/app/pages/guide-list/guide-list.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/pages/guide-list/guide-list.scss b/src/app/pages/guide-list/guide-list.scss index 5be2dd4a6..9e6e74b02 100644 --- a/src/app/pages/guide-list/guide-list.scss +++ b/src/app/pages/guide-list/guide-list.scss @@ -1,11 +1,8 @@ @import '../../../styles/constants'; -:host { - min-height: 100%; -} - +:host, .docs-guide { - min-height: 100%; + height: 100%; } .docs-guide-list {