This commit is contained in:
Lucas Kent 2022-11-21 13:55:58 -05:00 committed by GitHub
parent 21e29d0704
commit e818bc37fe

View File

@ -23,6 +23,18 @@
right: 0;
width: 100%;
height: 100%;
}
</style>
<style>
*{
margin:0;
padding:0;
}
iframe{
position: fixed;
height: 100%;
width: 100%;
border:none;
}
</style>
</html>