refactor(pages): edit styles on forum page's iframe
This commit is contained in:
parent
cc31f0c272
commit
04dd876698
@ -1,5 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div style="width: 100%;">
|
<div style="width: 100%; height: 90vh">
|
||||||
<iframe style="width: 100%; height: max-content;" src="https://www.rockfic.com/forum/"/>
|
<iframe
|
||||||
|
style="width: 100%; height: 100%"
|
||||||
|
src="https://www.rockfic.com/forum/"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
Loading…
x
Reference in New Issue
Block a user