disallow resizing of textarea

This commit is contained in:
ansuz 2016-01-30 17:26:39 +01:00
parent d9d4abb9a5
commit a484b920e3
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
overflow-x: hidden;
max-width: 100%;
max-height: 100vh;
resize: none;
}
</style>
</head>