mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +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 {
|
||||
display: flex;
|
||||
flex: 1; /* fill rest of vertical space */
|
||||
flex: auto;
|
||||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
padding: 0 3rem 4rem 3rem;
|
||||
position: relative; /* PS */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue