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 windowmain
parent
8554fb7507
commit
845fb2f1df
|
@ -36,10 +36,11 @@
|
|||
|
||||
<style>
|
||||
body {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
min-width: 100vw;
|
||||
min-height: 100vh;
|
||||
position:fixed;
|
||||
bottom: 0px;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue