diff --git a/girder_annotation/girder_large_image_annotation/web_client/stylesheets/itemList.styl b/girder_annotation/girder_large_image_annotation/web_client/stylesheets/itemList.styl index 178466367..0a1641e80 100644 --- a/girder_annotation/girder_large_image_annotation/web_client/stylesheets/itemList.styl +++ b/girder_annotation/girder_large_image_annotation/web_client/stylesheets/itemList.styl @@ -1,16 +1,16 @@ .large_image_thumbnail - position: relative + position relative .large_image_annotation_badge position absolute top 0 right 0 transform scale(1)translate(50%, -50%) - transform-origin 100% 0% + transform-origin 100% 0 height 20px padding 0 6px - z-index 1 + z-index 10 min-width 20px display flex align-items center @@ -24,4 +24,4 @@ border-radius 10px &.hidden - display: none + display none