refactor(News Studiengang component alignment): removes the position sticky, because otherwise the user has to scroll all the way down to actually read the whole component

This commit is contained in:
SimonGschnell
2025-08-27 11:03:15 +02:00
parent 9ca5aa6ba6
commit c48d0250da
+1 -1
View File
@@ -103,7 +103,7 @@ export default {
<div class="row">
<div class="col" v-html="content">
</div>
<div class="col-auto position-sticky " style="top:var(--fhc-cis-header-height); align-self:flex-start;">
<div class="col-auto " style="align-self:flex-start;">
<div style="width:15rem">
<studiengang-information></studiengang-information>
</div>