Skip to content

Commit

Permalink
always show scroll bar in annotation view
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Mar 31, 2021
1 parent ffc6aea commit 6b720a5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
display: none;
}
{% endif %}
body {
/* this is necessary to avoid a jumping image when the scrollbar appears */
overflow-y: scroll;
}
</style>
{% endblock additional_annotation_css %}

Expand Down

0 comments on commit 6b720a5

Please sign in to comment.