mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-04-26 21:07:52 +00:00
Fix copy to clipboard in iframe
This commit is contained in:
parent
29965500fc
commit
36e7bd8ba6
@ -265,7 +265,7 @@ class WebBrowser extends LitElement {
|
||||
${this.renderFollowUnfollowButton()}
|
||||
</div>
|
||||
<div class="iframe-container">
|
||||
<iframe id="browser-iframe" src="${this.url}" sandbox="allow-scripts allow-same-origin allow-forms allow-downloads allow-modals" allow="fullscreen clipboard-read clipboard-write">
|
||||
<iframe id="browser-iframe" src="${this.url}" sandbox="allow-scripts allow-same-origin allow-forms allow-downloads allow-modals" allow="fullscreen; clipboard-read; clipboard-write;">
|
||||
<span style="color: var(--black);">${translate('browserpage.bchange6')}</span>
|
||||
</iframe>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user