disallow resizing of textarea

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

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

Loading…
Cancel
Save