fix: right sidebar not sticky

This commit is contained in:
Jimmy 2021-06-20 00:11:49 +02:00
parent ff1c81c030
commit 1b04ae3323
2 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@ main.main {
.main-container {
min-height: 100vh;
align-items: flex-start;
@include respond(md) {
padding: 0 10px;

View File

@ -11,6 +11,7 @@
display: flex;
flex-direction: column;
flex-shrink: 0;
align-self: stretch;
width: 100%;
padding: 30px 0 15px 0;