mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 02:37:57 +01:00
body size back to viewport units
This commit is contained in:
parent
02a809ec34
commit
8e2b006efc
@ -10,11 +10,10 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
position:fixed;
|
width: 100vw;
|
||||||
bottom: 0px;
|
height: 100vh;
|
||||||
top: 0px;
|
min-width: 100vw;
|
||||||
left: 0px;
|
min-height: 100vh;
|
||||||
right: 0px;
|
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user