Skip to content

Commit

Permalink
fix(documentation/css): fix footer overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Oct 7, 2022
1 parent 9136d13 commit 244a17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/documentation/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ aside {
}

.footer {
overflow: hidden;
border-top: 0.125rem solid var(--theme-color-1);
}

Expand Down

0 comments on commit 244a17f

Please sign in to comment.