diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-05 17:04:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-05 17:04:55 +0200 |
| commit | 9ceecc1561fbd7d8d704b2f491957eebdb202ab7 (patch) | |
| tree | 5a5973be7b8875d600971ff28b49656e90a79257 /animism-align | |
| parent | 3e5bc2f5581890f2d7d9f679ab5171c0637ff460 (diff) | |
selected while zooming
Diffstat (limited to 'animism-align')
| -rw-r--r-- | animism-align/frontend/views/align/align.css | 7 |
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; +} |
