don't let the textarea overflow the body

pull/1/head
ansuz 9 years ago
parent dcbbeea734
commit d9d4abb9a5

@ -4,9 +4,10 @@
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<script data-main="main" src="/bower_components/requirejs/require.js"></script>
<style>
*{
html, body{
padding: 0px;
margin: 0px;
overflow: hidden;
}
textarea{
box-sizing: border-box;
@ -20,6 +21,8 @@
color: #839496;
overflow-x: hidden;
max-width: 100%;
max-height: 100vh;
}
</style>
</head>

Loading…
Cancel
Save