This commit is contained in:
Ross
2021-02-04 21:05:49 +00:00
parent cd013f2ff3
commit f6fdbfaf7f
11 changed files with 687 additions and 191 deletions
+9 -4
View File
@@ -158,6 +158,11 @@ button a {
height: 600px;
}
.dicom-viewer {
width: 100%;
height: 600px;
}
.marking-dicom {
position: fixed;
right: 0px;
@@ -208,10 +213,6 @@ button a {
}
.drop-target {
border: 1px dashed white;
}
#drop-container {
width: 100%;
width: 100vw;
height: 100px;
@@ -225,6 +226,10 @@ button a {
margin-right: -50vw;
}
#drop-container {
border: 1px dashed white;
}
.submit-button {
position: sticky;
bottom: 0;