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

Commit f3f65ca

Browse files
sercaneraslanpetebacondarwin
authored andcommitted
docs(navigation): side navigation footer overlap problem fix
Closes #8923
1 parent 130fe92 commit f3f65ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/assets/css/docs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ iframe.example {
391391
position:fixed;
392392
top:120px;
393393
bottom:0;
394-
padding-bottom:120px;
395394
overflow:auto;
396395
}
397396

@@ -412,6 +411,7 @@ iframe.example {
412411

413412
.main-body-grid .side-navigation {
414413
position:relative;
414+
padding-bottom:120px;
415415
}
416416

417417
.main-body-grid .side-navigation.ng-hide {

0 commit comments

Comments
 (0)