This commit is contained in:
Ross
2021-09-09 11:19:47 +01:00
parent cebc629769
commit 6d3440e5a3
3 changed files with 63 additions and 2 deletions
+10
View File
@@ -100,4 +100,14 @@
}
#dicom-window-panel:hover {
opacity: 1;
}
#dicom-summary {
position: relative;
z-index: 999;
max-width: 100%;
height: 100%;
color: red;
top: -100%;
overflow: scroll
}