Skip to content

Commit

Permalink
Merge pull request #5460 from dodona-edu/fix/next-button-unreachable
Browse files Browse the repository at this point in the history
Fix sticky next button when evaluating
  • Loading branch information
jorg-vr authored Apr 2, 2024
2 parents e60251e + b5370ca commit 04798c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/components/evaluations.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
top: calc(var(--d-navbar-height) + 20px) !important;
min-height: 100px;
max-height: calc(100vh - (var(--d-navbar-height) + 20px));
padding-bottom: var(--d-footer-height);
margin-bottom: calc(var(--d-footer-height) * -1);
overflow-y: auto;
}
}
Expand Down

0 comments on commit 04798c3

Please sign in to comment.