Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit e4d1e12

Browse files
lukaselmerpetebacondarwin
authored andcommitted
chore(docs): fix nav scrolling for non-mobile screens
Closes #10936
1 parent 9c2b32d commit e4d1e12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/app/assets/css/docs.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ iframe.example {
415415

416416
.main-body-grid .side-navigation {
417417
position:relative;
418-
padding-bottom:50px;
418+
padding-bottom:120px;
419419
}
420420

421421
.main-body-grid .side-navigation.ng-hide {
@@ -631,6 +631,7 @@ ul.events > li {
631631
}
632632
.main-body-grid .side-navigation {
633633
display:block!important;
634+
padding-bottom:50px;
634635
}
635636
.main-body-grid .side-navigation.ng-hide {
636637
display:none!important;

0 commit comments

Comments
 (0)