This commit is contained in:
Ross
2024-10-07 11:44:12 +01:00
parent 883b11a689
commit 359a399cc8
2 changed files with 22 additions and 8 deletions
+10 -1
View File
@@ -268,7 +268,7 @@ button a {
#save-annotations {
position: absolute;
left: 0;
bottom: 0px;
}
#save-annotations.save-rapid-annotations {
@@ -1303,4 +1303,13 @@ details.help-text > summary {
#div_id_exams {
display: inline-block;
}
#dicom-image .help-text{
position: absolute;
z-index: 9999999;
}
#dicom-image .help-text:hover{
background-color: rgba(0, 0, 0, 0.546);
}