gtoubiana / acte

Une librairie JavaScript qui simplifie la recherche généalogique.
http://gtoubiana.github.io/acte/
MIT License
0 stars 0 forks source link

Full height textarea #309

Closed gtoubiana closed 6 years ago

gtoubiana commented 6 years ago

https://stackoverflow.com/questions/11089540/textarea-height-100

html, body {
    height: 100%;
}

#textbox {
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
}
#textbox {
    width: 100vw;
    height: 100vh;
}