mirror of https://github.com/xwiki-labs/cryptpad
disallow resizing of textarea
This commit is contained in:
parent
d9d4abb9a5
commit
a484b920e3
|
@ -23,6 +23,8 @@
|
|||
overflow-x: hidden;
|
||||
max-width: 100%;
|
||||
max-height: 100vh;
|
||||
|
||||
resize: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue