mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-21 22:27:56 +01:00
Merged in body-size-alternative (pull request #54)
alternative way to set body to fit browser window * alternative way to set body to fit browser window Approved-by: Paulo Veiga
This commit is contained in:
parent
19353a9423
commit
02a809ec34
@ -10,10 +10,11 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100vw;
|
position:fixed;
|
||||||
height: 100vh;
|
bottom: 0px;
|
||||||
min-width: 100vw;
|
top: 0px;
|
||||||
min-height: 100vh;
|
left: 0px;
|
||||||
|
right: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user