Skip to content

Commit 9ccf15e

Browse files
committed
Merge branch 'feature/fix-hypothesis-overlap' into develop
[SVCS-880] Closes: #346
2 parents bf14694 + 9d3c22e commit 9ccf15e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mfr/extensions/pdf/templates/viewer.mako

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ http://sourceforge.net/adobe/cmap/wiki/License/
4040

4141
% if enable_hypothesis:
4242
<style>
43-
body.show-hypothesis #toolbarViewer {
44-
position: relative;
45-
margin-right: 36px;
43+
body.show-hypothesis .annotator-frame {
44+
margin-top: 32px;
4645
}
4746
</style>
4847
% endif

0 commit comments

Comments
 (0)