Match the width of the overlay-sidebar on narrow screens to the width on full-sized screens

It's not clear why they are different widths, since the non-overlay sidebar doesn't change.
This commit is contained in:
Andy Allan 2021-06-16 12:07:04 +01:00
parent 60b16b9421
commit 7407d444fb

View file

@ -107,7 +107,7 @@ body.small-nav {
.overlay-sidebar {
#sidebar {
position: absolute;
width: 300px;
width: 350px;
height: auto;
overflow: hidden;
}