Fix for bug in Elation Health EHR for tags that are too long since they switch to css flex.
app.elationemr.com by rj-smith-jr
Details
Authorrj-smith-jr
LicenseNo License
CategoryElation Health
Created
Updated
Size785 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name app.elationemr.com
@version 20211126.19.31
@namespace userstyles.world/user/rj-smith-jr
@description Fix for bug in Elation Health EHR for tags that are too long since they switch to css flex.
@author rj-smith-jr
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://app.elationemr.com/patient/") {
#react-patient-profile > div.PatientProfile__gridContainer___2nJTc > div:nth-child(1) > * {
z-index: 100000 !important;
overflow: visible;
display: block;
}
.TempPatientProfileTag__badge___1yK94 {
white-space: nowrap;
}
body > div:nth-child(44) > div > div.DialogContent__body.DialogContent__padded.DialogContent__withDivider {
overflow: visible !important;
z-index: 100000 !important;
}
}