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:
parent
60b16b9421
commit
7407d444fb
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ body.small-nav {
|
||||||
.overlay-sidebar {
|
.overlay-sidebar {
|
||||||
#sidebar {
|
#sidebar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 300px;
|
width: 350px;
|
||||||
height: auto;
|
height: auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue