mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
theme: make topbar sticky again #242
This commit is contained in:
parent
4dbe1bfb1d
commit
1e93e9b717
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue