refactor(News Studiengang component alignment): positions the studiengang component with flex-start and makes it scroll with the content with position sticky

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