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