Update pages/dashboard/portnimaraAI.vue

This commit is contained in:
matt 2025-04-02 16:46:34 +02:00
parent d3ab70054e
commit e0a6b166bc
1 changed files with 3 additions and 6 deletions

View File

@ -15,17 +15,14 @@ useHead({
<style scoped>
.embed {
position: relative;
overflow: hidden;
width: 100%;
height: 100vh;
overflow: hidden;
}
.embed iframe {
position: absolute;
width: 100%;
height: calc(100% + 180px);
border: 0;
top: 0;
left: 0;
height: 100%;
border: none;
}
</style>