create map in javascript
This commit is contained in:
parent
f54d430df3
commit
7a404926b2
2 changed files with 7 additions and 5 deletions
|
@ -161,7 +161,7 @@
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#sidebardata, #map {
|
||||
#sidebardata, .map {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
|
@ -258,7 +258,7 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
#map {
|
||||
.map {
|
||||
height: 60vh;
|
||||
}
|
||||
|
||||
|
@ -290,8 +290,6 @@
|
|||
<script src="history.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="map">
|
||||
</div>
|
||||
<div id="sidebar">
|
||||
<button id="sidebarhandle">
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue