If you want read-only mode, tag readonly
on your Document-title or each rem contents.
[data-rem-container-tags*="readonly"] .rem-text {
pointer-events: none;
}
If you want read-only mode, tag readonly
on your Document-title or each rem contents.
[data-rem-container-tags*="readonly"] .rem-text {
pointer-events: none;
}
would love for it to work… I’ve been waiting for this
any idea on what is going wrong?
it works now … but too well
It has become impossible to revert the behaviour
Here comes the perfect one. try it!
indeed, thanks man
[data-rem-container-tags*="readonly"] .rem-text {
pointer-events: none;
}
You should put readonly
between Quotation marks
Oh, I missed! thanks for pointing out