mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 03:53:30 +08:00
fix: right sidebar not sticky
This commit is contained in:
parent
ff1c81c030
commit
1b04ae3323
@ -100,6 +100,7 @@ main.main {
|
||||
|
||||
.main-container {
|
||||
min-height: 100vh;
|
||||
align-items: flex-start;
|
||||
|
||||
@include respond(md) {
|
||||
padding: 0 10px;
|
||||
|
@ -11,6 +11,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-shrink: 0;
|
||||
align-self: stretch;
|
||||
|
||||
width: 100%;
|
||||
padding: 30px 0 15px 0;
|
||||
|
Loading…
Reference in New Issue
Block a user