Fix phantom scroll in WI entry editor
| @@ -291,6 +291,7 @@ select.keyselect+span.select2-container .select2-selection--multiple { | ||
| 291 | 291 | pointer-events: none; |
| 292 | 292 | opacity: 0; |
| 293 | 293 | width: 0; |
| 294 | + overflow: hidden; | |
| 294 | 295 | } |
| 295 | 296 | |
| 296 | 297 | #WIMultiSelector .select2-container .select2-selection--multiple { |