X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d5e90c0d8786d310aa7cbfe32d0c5fe349e0f641..f6dd80e87d6c4ef868d0173ac4baa98ceffc30bd:/app/assets/stylesheets/id.css diff --git a/app/assets/stylesheets/id.css b/app/assets/stylesheets/id.css index 1e85f055d..56dd2fcb4 100644 --- a/app/assets/stylesheets/id.css +++ b/app/assets/stylesheets/id.css @@ -1,3 +1,12 @@ /* *= require iD */ + +/* document-level styling */ +html, body { + width: 100%; + height: 100%; + margin: 0; + padding: 0; + overflow: hidden; +}