mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 16:34:23 -05:00
need to debug d2s skills
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
|
Reference in New Issue
Block a user