mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user