text content problems

main
Mark MacKay 2021-07-07 14:42:53 -05:00
parent c3ac97f143
commit 8df83b3ee7
2 changed files with 3 additions and 1 deletions

View File

@ -147,6 +147,7 @@
position: absolute;
opacity: 0;
z-index: 0;
pointer-events: none;
}
.draginput.textcontent input {
@ -165,6 +166,7 @@
opacity: 1;
position: relative;
cursor: text;
pointer-events: auto;
}
.draginput.twocol {

View File

@ -391,7 +391,7 @@
<h4>Text</h4>
<div class="draginputs">
<label class="draginput twocol" data-title="Change Content">
<label class="draginput twocol textcontent hidden" data-title="Change Content">
<input id="text" type="text"/>
<span>Content</span>
</label>