mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 01:07:19 +00:00
fix: overflow of customer selector
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: var(--padding-md) var(--padding-lg);
|
||||
overflow: hidden;
|
||||
overflow: visible;
|
||||
|
||||
> .customer-field {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user