saves dice config to localstorage #3
@ -78,7 +78,7 @@
|
||||
|
||||
<div id="results" hidden class="w3-panel w3-theme-l4 w3-card w3-display-container" style="padding: 25px; overflow: hidden; height: 50vh;">
|
||||
<h2>Results</h2>
|
||||
<iframe id="resultFrame" title="results" style="width: 100%; height: 85%; overflow: hidden" onload="this.height=this.contentWindow.document.body.scrollHeight;"></iframe>
|
||||
<iframe id="resultFrame" title="results" style="width: 100%; height: 85%; overflow: hidden; border: 0" onload="this.height=this.contentWindow.document.body.scrollHeight;" ></iframe>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<title>Results</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="results" style="padding: 25px; font-size: x-large">
|
||||
<div id="results" style="font-size: x-large">
|
||||
</div>
|
||||
<script type="module">
|
||||
function url() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user