mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 13:47:57 +01:00
Merged in body-size-alternative (pull request #17)
alternative way to set body to fit browser window * alternative way to set body to fit browser window
This commit is contained in:
parent
8554fb7507
commit
845fb2f1df
@ -36,10 +36,11 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
height: 100vh;
|
position:fixed;
|
||||||
width: 100vw;
|
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