From 9ceecc1561fbd7d8d704b2f491957eebdb202ab7 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 5 Jul 2020 17:04:55 +0200 Subject: selected while zooming --- animism-align/frontend/views/align/align.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'animism-align/frontend') diff --git a/animism-align/frontend/views/align/align.css b/animism-align/frontend/views/align/align.css index c2de8a1..0b0ac60 100644 --- a/animism-align/frontend/views/align/align.css +++ b/animism-align/frontend/views/align/align.css @@ -154,8 +154,11 @@ canvas { } .annotationIndex.collapsed .annotation.sentence { - height: 1px; overflow: hidden; padding: 0; z-index: 0; + height: 2px; overflow: hidden; padding: 0; z-index: 0; } -.annotationIndex.collapsed .annotation.header { +.annotationIndex.collapsed .annotation.sentence.selected { z-index: 1; } +.annotationIndex.collapsed .annotation.header { + z-index: 2; +} -- cgit v1.2.3-70-g09d2