From: Andy Allan Date: Wed, 16 Jun 2021 11:07:04 +0000 (+0100) Subject: Match the width of the overlay-sidebar on narrow screens to the width on full-sized... X-Git-Tag: live~1530^2~3 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/7407d444fbbafa9eccd88d613d303c50dba28489 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. --- diff --git a/app/assets/stylesheets/small.scss b/app/assets/stylesheets/small.scss index 530d7b7e6..51501758d 100644 --- a/app/assets/stylesheets/small.scss +++ b/app/assets/stylesheets/small.scss @@ -107,7 +107,7 @@ body.small-nav { .overlay-sidebar { #sidebar { position: absolute; - width: 300px; + width: 350px; height: auto; overflow: hidden; }