Skip to content

Commit

Permalink
Fixes #90
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Feb 7, 2014
1 parent 353633e commit 2c50436
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/annotationViewer/_annotation_viewer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ baw-annotation-viewer {

width: 100%;
text-align: center;
display: block;

& .annotation-viewer-ctrl {
background: url(#{$loadGifPath}) center center no-repeat;
Expand All @@ -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;
Expand Down

0 comments on commit 2c50436

Please sign in to comment.