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> <style scoped>
.embed { .embed {
position: relative; position: relative;
overflow: hidden;
width: 100%; width: 100%;
height: 100vh; height: 100vh;
overflow: hidden;
} }
.embed iframe { .embed iframe {
position: absolute;
width: 100%; width: 100%;
height: calc(100% + 180px); height: 100%;
border: 0; border: none;
top: 0;
left: 0;
} }
</style> </style>