[openstreetmap/openstreetmap-website] Use media-breakpoint-up for map layouts (PR #7197)
Marwin Hochfelsner
notifications at github.com
Wed Jul 1 05:48:07 UTC 2026
@hlfan commented on this pull request.
> + .overlay-sidebar.overlay-right-sidebar {
+ #sidebar {
+ position: absolute;
+ width: 350px;
+ height: auto;
+ overflow: hidden;
+ }
+
+ #map {
+ height: 100%;
+ }
+ }
Why do we even re-style a sidebar of zero height depending on the `map-ui`?
```suggestion
.overlay-sidebar.overlay-right-sidebar #map {
height: 100%;
}
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/7197#pullrequestreview-4606064334
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/7197/review/4606064334 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260630/e1a0552f/attachment.htm>
More information about the rails-dev
mailing list