disallow resizing of textarea

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

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

Loading…
Cancel
Save