Skip to content

Commit a52dfb1

Browse files
committed
always show scroll bar in annotation view
1 parent e585308 commit a52dfb1

File tree

1 file changed

+4
-0
lines changed
  • imagetagger/imagetagger/annotations/templates/annotations

1 file changed

+4
-0
lines changed

imagetagger/imagetagger/annotations/templates/annotations/annotate.html

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
display: none;
2424
}
2525
{% endif %}
26+
body {
27+
/* this is necessary to avoid a jumping image when the scrollbar appears */
28+
overflow-y: scroll;
29+
}
2630
</style>
2731
{% endblock additional_annotation_css %}
2832

0 commit comments

Comments
 (0)