mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-05-09 19:08:49 +08:00
theme: make topbar sticky again #242
This commit is contained in:
parent
4dbe1bfb1d
commit
1e93e9b717
@ -361,8 +361,9 @@ th {
|
|||||||
|
|
||||||
#body-inner {
|
#body-inner {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1; /* fill rest of vertical space */
|
flex: auto;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
overflow-y: auto;
|
||||||
padding: 0 3rem 4rem 3rem;
|
padding: 0 3rem 4rem 3rem;
|
||||||
position: relative; /* PS */
|
position: relative; /* PS */
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user