X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/78f608b114c05f1147936a57b930831e28000c1a..98475075c70d19fc04912c12b67a8f9194fc709f:/app/assets/stylesheets/common.css.scss?ds=sidebyside diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 413133e45..4c7012f2c 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -474,6 +474,12 @@ body.site-export #tabnav a#exportanchor { left: 10px !important; } +.leaflet-popup-scrolled { + padding-right: 20px; + border-bottom: 0px !important; + border-top: 0px !important; +} + /* Rules for edit menu */ .menuicon { @@ -1417,11 +1423,7 @@ abbr.geo { /* Rules for the notes interface */ -.note { - width: 300px; - - .buttons { - margin-top: 5px; - text-align: right; - } +.note .buttons { + margin-top: 5px; + text-align: right; }