avoid overlap with dropdown (#12941)

This commit is contained in:
Zarrar 2018-02-16 12:49:30 +05:30 committed by Nabin Hait
parent 0acb63a938
commit 5a947f38ab

View File

@ -14,6 +14,10 @@
margin-bottom: -4px; margin-bottom: -4px;
} }
.medical_record-row > * {
z-index: -999;
}
.date-indicator { .date-indicator {
background:none; background:none;
font-size:12px; font-size:12px;
@ -48,7 +52,6 @@
.medical_record-date { .medical_record-date {
padding: 15px; padding: 15px;
padding-right: 0px; padding-right: 0px;
z-index: 1;
} }
#page-medical_record .plot-wrapper { #page-medical_record .plot-wrapper {