need to debug d2s skills

This commit is contained in:
Hash Borgir
2023-08-06 10:18:00 -06:00
parent 2cfdca65b5
commit 9dc93cbcbd
12 changed files with 525 additions and 23 deletions

View File

@@ -278,9 +278,9 @@ foreach (glob($tbl . "*.tbl") as $filename) {
this.style.height = 'auto';
this.style.height = (this.scrollHeight) + 'px';
});
setInterval(function () {
$('textarea').each(resizeTextarea);
}, 4000);
// setInterval(function () {
// $('textarea').each(resizeTextarea);
// }, 4000);
});
@@ -297,10 +297,11 @@ foreach (glob($tbl . "*.tbl") as $filename) {
width: 75px !important;
}
textarea {
overflow: hidden;
resize: none;
scrollbar-width: none; /* For Firefox */
-ms-overflow-style: none; /* For Internet Explorer and Edge */
min-height: 240px;
overflow: ;
resize: vertical;
/* scrollbar-width: none; For Firefox
-ms-overflow-style: none; For Internet Explorer and Edge */
}
#loading-spinner {
}