mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Make canvas full-page
This commit is contained in:
parent
24c89dce97
commit
e2051b0b1a
@ -1,10 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<html lang="en-US" style=" margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;">
|
||||
<head>
|
||||
<title>mapr Demo</title>
|
||||
</head>
|
||||
<body style="margin: 0; padding: 0;">
|
||||
<body style="margin: 0; padding: 0; width:100%; height: 100%; max-height: 100%;">
|
||||
<script src="main.js"></script>
|
||||
<canvas id="mapr" style="border: 2px solid black"></canvas>
|
||||
<canvas id="mapr" style="position:absolute;"></canvas>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user