mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user