service2.js: Finish <textarea> support

This commit is contained in:
Simon Rozman
2024-06-14 12:25:33 +02:00
parent e1b4bfb2c0
commit 4060f0866c
3 changed files with 546 additions and 221 deletions

View File

@@ -71,6 +71,13 @@
background-image: url('images/mistake-svgrepo-com.svg');
}
.bes-text-panel {
position: absolute;
color: transparent;
border-color: transparent;
background: none;
}
/* TODO: Styles below should be removed after testing period is over */
.resizable {
overflow-x: scroll;