3 | | 1, create a div with this style. "width:840px; height:768px;overflow:scroll;" |
4 | | 2, add 50 sortables in previous step div with this style. "height: 32px;" |
5 | | 3, the div cannot display all, this shows scroll bar. |
6 | | 4, the BUG is the selectable icon displays regardless its father container. |
| 3 | 1. create a div with this style. `"width:840px; height:768px;overflow:scroll;"` |
| 4 | 1. add 50 sortables in previous step div with this style. `"height: 32px;"` |
| 5 | 1. the div cannot display all, this shows scroll bar. |
| 6 | 1. the BUG is the selectable icon displays regardless its father container. |