diff --git a/src/components/Dicom/DicomViewer.vue b/src/components/Dicom/DicomViewer.vue index 8d091c24..6bf1934a 100644 --- a/src/components/Dicom/DicomViewer.vue +++ b/src/components/Dicom/DicomViewer.vue @@ -887,11 +887,11 @@ export default { .dicom-wrapper .dropdown-content { display: none; position: absolute; - left: 0; + left: -20px; top: 40px; color: #d0d0d0; background-color: #323232; - min-width: 80px; + min-width: 100px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); border: 1px solid #4e4e4e; padding: 5px;