summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--animism-align/frontend/views/align/align.css7
1 files changed, 5 insertions, 2 deletions
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;
+}