This commit is contained in:
Ross
2021-10-30 10:27:01 +01:00
parent 18e7b4c028
commit 856b5a60f1
2 changed files with 32 additions and 2 deletions
+15
View File
@@ -99,6 +99,21 @@
z-index: 999;
}
#dicom-log-panel {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding-left: 30px;
padding-right: 30px;
padding-bottom: 20px;
background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
width: 90%;
height: 90%;
z-index: 999;
}
#dicom-window-panel {
position: absolute;
top: 100%;