mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-15 11:07:57 +01:00
body size back to viewport units
This commit is contained in:
parent
845fb2f1df
commit
23b9afbf8b
@ -36,11 +36,10 @@
|
||||
|
||||
<style>
|
||||
body {
|
||||
position:fixed;
|
||||
bottom: 0px;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
min-width: 100vw;
|
||||
min-height: 100vh;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user