Skip to content

Commit 67f6881

Browse files
committed
Fix scroll bar issue
1 parent 7496e7e commit 67f6881

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ <h3><a href="https://github.com/Microsoft/web-build-tools/wiki">web-build-tools<
2828
</div>
2929
</div>
3030

31-
<!-- sticky-footer -->
32-
<div style="max-width: 800px; margin: auto; padding-left: 30px; padding-right: 30px; height: 45px; border-top-width: 1px; border-top-style: solid; border-top-color: #e1e4e8;">
31+
<!-- sticky-footer (height is 45px minus 1px border) -->
32+
<div style="max-width: 800px; margin: auto; padding-left: 30px; padding-right: 30px; height: 44px; border-top-width: 1px; border-top-style: solid; border-top-color: #e1e4e8;">
3333
<i>Copyright © Microsoft Corporation. All rights reserved.</i>
3434
</div>
3535

0 commit comments

Comments
 (0)