Fix phantom scroll in WI entry editor

87ece15faf83d406852cc98099bf4a5ba830d2ee

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -0Showing whitespace changes
public/css/world-info.css+1 -0
@@ -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}
295296
296#WIMultiSelector .select2-container .select2-selection--multiple {297#WIMultiSelector .select2-container .select2-selection--multiple {