Skip to content

Commit

Permalink
fix conference bios position
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Feb 22, 2024
1 parent bea4dd9 commit 9ef52ec
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions app/packs/stylesheets/decidim/decidim_application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,14 @@
$small: 576px;

@media screen and (max-width: $small) {
.conference-speaker {
div.speaker-bio.js-bio {
top: 60px !important;
.conference-speaker {
div.speaker-bio.js-bio {
position: fixed;
top: 60px !important;
overflow-y: scroll !important;
max-height: 95vh;
height: fit-content;
overflow: visible;
}
}
}
}

0 comments on commit 9ef52ec

Please sign in to comment.