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