Openbravo Issue Tracking System - POS2
View Issue Details
0055056POS2Corepublic2024-03-26 16:332024-03-26 16:44
gorka_gil 
Triage Platform Base 
normalmajorN/A
newopen 
5
 
 
No
0055056: Customer popup styles: overflow:scroll
In the customer window, in the multitab, the tabs that doesn't have a scroll like the customer discount has a fixed reserved space at the right
-
change:

.obc2MultiTabBaseView .obc2BaseSwitcher {
  [...]
  overflow: scroll;
}

to:

.obc2MultiTabBaseView .obc2BaseSwitcher {
  [...]
  overflow: auto;
}

No tags attached.
related to defect 0055057 new Triage Platform Base Customer popup styles: customer discounts scroll on portrait 
Issue History
2024-03-26 16:33gorka_gilNew Issue
2024-03-26 16:33gorka_gilAssigned To => Triage Platform Base
2024-03-26 16:33gorka_gilTriggers an Emergency Pack => No
2024-03-26 16:44gorka_gilRelationship addedrelated to 0055057

There are no notes attached to this issue.