mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-16 13:25:10 +00:00
avoid overlap with dropdown (#12941)
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
margin-bottom: -4px;
|
||||
}
|
||||
|
||||
.medical_record-row > * {
|
||||
z-index: -999;
|
||||
}
|
||||
|
||||
.date-indicator {
|
||||
background:none;
|
||||
font-size:12px;
|
||||
@@ -48,7 +52,6 @@
|
||||
.medical_record-date {
|
||||
padding: 15px;
|
||||
padding-right: 0px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#page-medical_record .plot-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user