X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e04cab862bd882ee9e07f90712e6c0c25380ed27..dae3dcf87edcfc0648cd0b93b069b0eee67d3ab7:/app/assets/stylesheets/small.scss diff --git a/app/assets/stylesheets/small.scss b/app/assets/stylesheets/small.scss index 6b4258ab6..0152e8b30 100644 --- a/app/assets/stylesheets/small.scss +++ b/app/assets/stylesheets/small.scss @@ -103,11 +103,15 @@ body.small { position: relative; overflow-x: hidden; width: 100%; + height: 50%; } .overlay-sidebar { #sidebar { + position: absolute; width: 300px; + height: auto; + overflow: hidden; } #map { @@ -122,7 +126,8 @@ body.small { } } - #sidebar .welcome { + #sidebar .welcome, + #sidebar #banner { display: none !important; }