make sidebar position absolute

This commit is contained in:
nek0 2019-09-25 18:12:58 +02:00
parent c7aa09e94b
commit 47d26ddfb1

View file

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