Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.9.0-b1
-
Component/s: Plugins, Staff Interface
-
Labels:None
Description
Some users are unable to determine how to drag & drop the package groups from one side to the other on an order form. This can be accomplished currently by dragging them to the area that reads "Drag & Drop Groups Here".
We should make the entire area droppable by updating the styles.
- Update the table's <tbody> to set styles for
- height:100%
- display:block
- overflow:auto (could also be overflow-y:auto and overflow-x:hidden)
Then, the table style overflow-y:scroll should no longer be necessary.