Skip to content

Commit

Permalink
feat(docs): setting footer higher then stackblitz link (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Margar1ta authored and pimenovoleg committed Sep 24, 2019
1 parent 3d3c9f4 commit 284dcdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/docs/src/app/components/footer/_footer-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
$border-color: mc-color($second, 300);

.docs-footer {
background-color: $background-color;

&__wrapper {
background-color: $background-color;
border-top: 1px solid $border-color;
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.docs-footer {
position: fixed;
bottom: 0;
z-index: 1;
z-index: 100;
width: 100%;
will-change: transform;
padding: {
Expand Down

0 comments on commit 284dcdf

Please sign in to comment.