reset body margin to avoid scrollbars (#5823)

This commit is contained in:
Andrew 2017-10-04 16:33:04 +02:00 committed by Per Liedman
parent d2f6a6cdcd
commit c5391e3fbb
2 changed files with 2 additions and 5 deletions

View File

@ -16,6 +16,7 @@
<style>
html, body {
height: 100%;
margin: 0;
}
#map {
width: 600px;

View File

@ -1,11 +1,7 @@
---
layout: tutorial_frame
title: Leaflet class diagram
css: "body {
margin: 0;
}
#map {
css: "#map {
width: 100vw;
height: 100%;
}"