KI-AGENT: Scrollbereich der Firmeneinstellungen korrigieren

This commit is contained in:
2026-05-22 15:38:27 +02:00
parent b44c8d453a
commit da9cad1513

View File

@@ -580,8 +580,8 @@ watch(() => telephonyTrunkForm.provider, async (provider) => {
<UDashboardNavbar title="Firmeneinstellungen"> <UDashboardNavbar title="Firmeneinstellungen">
</UDashboardNavbar> </UDashboardNavbar>
<UDashboardPanelContent>
<UTabs <UTabs
class="p-5"
:items="[ :items="[
{ {
label: 'Dokubox' label: 'Dokubox'
@@ -1106,6 +1106,7 @@ watch(() => telephonyTrunkForm.provider, async (provider) => {
</div> </div>
</template> </template>
</UTabs> </UTabs>
</UDashboardPanelContent>
</template> </template>
<style scoped> <style scoped>