updating some css

This commit is contained in:
Chris Cochrun 2022-10-30 14:20:34 -05:00
parent 325cf3640a
commit 9fede539cf
2 changed files with 18 additions and 3 deletions

View file

@ -3,3 +3,7 @@
.pt-vid {
flex: auto;
}
#v-frame {
background-color: black;
}

View file

@ -6,6 +6,17 @@
<iframe id="v-frame" width="100%" frameborder="0" allow="clipboard-write" height="800px" src=https://secure.myvanco.com/L-Z772 scrolling="yes"></iframe>
<script type="application/javascript">
window.onmessage=(e=>{const n=document.getElementById("v-frame");https://secure.myvanco.com===e.origin&&e.data.height&&(n.height=e.data.height,n.overflow="hidden")});
</script>
<!-- <script type="application/javascript"> -->
<!-- window.onmessage=(e=>{const n=document.getElementById("v-frame");https:\/\/secure.myvanco.com===e.origin&&e.data.height&&(n.height=e.data.height,n.overflow="hidden")}); -->
<!-- </script> -->
<!-- <script type="application/javascript"> -->
<!-- var x = document.getElementById("v-frame"); -->
<!-- console.log("AHHHHHHHHHHHHHH!"); -->
<!-- var y = (x.contentWindow || x.contentDocument); -->
<!-- if (y.document) -->
<!-- y = y.document; -->
<!-- console.log(y.body.style.backgroundColor); -->
<!-- y.body.style.backgroundColor = "#1e293b"; -->
<!-- console.log(y.body.root.style.backgroundColor); -->
<!-- </script> -->