Merge pull request #9246 from openlayers/mobile-full-screen

Add missing ol.css in mobile-full-screen example
This commit is contained in:
Frédéric Junod
2019-02-26 12:36:42 +01:00
committed by GitHub

View File

@@ -14,6 +14,7 @@ cloak:
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
<title>Mobile full screen example</title>
<link rel="stylesheet" href="../css/ol.css" type="text/css">
<style type="text/css">
html, body, .map {
margin: 0;