reset body margin to avoid scrollbars (#5823)
This commit is contained in:
parent
d2f6a6cdcd
commit
c5391e3fbb
@ -16,6 +16,7 @@
|
||||
<style>
|
||||
html, body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
#map {
|
||||
width: 600px;
|
||||
|
@ -1,11 +1,7 @@
|
||||
---
|
||||
layout: tutorial_frame
|
||||
title: Leaflet class diagram
|
||||
css: "body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#map {
|
||||
css: "#map {
|
||||
width: 100vw;
|
||||
height: 100%;
|
||||
}"
|
||||
|
Loading…
Reference in New Issue
Block a user