From 2c50436052ccd5cbbcae814c190e456f7a9d3249 Mon Sep 17 00:00:00 2001 From: Anthony Truskinger Date: Sat, 8 Feb 2014 02:42:01 +1000 Subject: [PATCH] Fixes #90 --- src/app/annotationViewer/_annotation_viewer.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/annotationViewer/_annotation_viewer.scss b/src/app/annotationViewer/_annotation_viewer.scss index 9734cd21..f89e687b 100644 --- a/src/app/annotationViewer/_annotation_viewer.scss +++ b/src/app/annotationViewer/_annotation_viewer.scss @@ -20,6 +20,7 @@ baw-annotation-viewer { width: 100%; text-align: center; + display: block; & .annotation-viewer-ctrl { background: url(#{$loadGifPath}) center center no-repeat; @@ -28,7 +29,10 @@ baw-annotation-viewer { & #scroller { display: inline-block; overflow-x: visible; - overflow-y: hidden; + + // overflow-y disabled due to: https://github.com/QutBioacoustics/baw-client/issues/90 + // not sure of side affects. + //overflow-y: hidden; line-height: 0; // this padding is for the drag handle padding-top: 0;