.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user