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
@@ -709,4 +709,14 @@ input {
.sticky-alert {
position: sticky;
top: 5px;
}
.marking-block {
display: inline-flex;
flex-wrap: wrap;
}
.marking-block div {
padding-left: 20px;
padding-right: 20px;
}
+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
}