Details Header und TabsNav nicht mitscrollen

This commit is contained in:
Harald Bamberger
2025-10-01 17:32:17 +02:00
parent d148eaed11
commit 9d2b147248
2 changed files with 5 additions and 3 deletions
@@ -58,11 +58,11 @@ export default {
.catch(this.$fhcAlert.handleSystemError);
},
template: `
<div class="stv-details h-100 pb-3 d-flex flex-column">
<div class="stv-details h-100 d-flex flex-column">
<div v-if="!students?.length" class="justify-content-center d-flex h-100 align-items-center">
{{$p.t('ui', 'chooseStudent')}}
</div>
<div v-else-if="configStudent && configStudents" class="d-flex flex-column h-100 pb-3">
<div v-else-if="configStudent && configStudents" class="d-flex flex-column h-100">
<fhc-header
:headerData="students"
typeHeader="student"
+3 -1
View File
@@ -158,10 +158,12 @@ export default {
template: `
<template v-if="useprimevue">
<tabview
<tabview
class="d-flex flex-column"
:scrollable="true"
:lazy="true"
:activeIndex="calcActiveIndex"
:pt="{navContainer:{style: 'flex: 0 0 auto;'}, panelContainer:{class: 'overflow-y-scroll', style: 'flex: 1 1 auto;'}}"
@tab-click="handleTabClick"
>
<tabpanel