make sidebar position absolute
This commit is contained in:
parent
c7aa09e94b
commit
47d26ddfb1
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ article li {
|
|||
}
|
||||
|
||||
.sidebar {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue