make sidebar position absolute

This commit is contained in:
nek0 2019-09-25 18:12:58 +02:00
parent c7aa09e94b
commit 47d26ddfb1
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ article li {
}
.sidebar {
position: fixed;
position: absolute;
width: 300px;
}