This commit is contained in:
Ross
2021-10-31 14:17:53 +00:00
parent 6471fb8cb1
commit 63eb12f300
3 changed files with 372 additions and 52 deletions
+10 -2
View File
@@ -89,6 +89,13 @@
right: 0;
}
#dicom-info-button {
position: absolute;
transform: translate(0, -75%);
right: 0;
top: 100%;
}
#dicom-settings-panel {
display: none;
position: absolute;
@@ -129,12 +136,13 @@
opacity: 1;
}
#dicom-summary {
#dicom-summary-panel {
position: relative;
z-index: 999;
max-width: 100%;
height: 100%;
color: red;
top: -100%;
overflow: scroll
overflow: scroll;
display: none;
}