I'm deploying [apps-script-samples](https://github.com/googleworkspace/apps-script-samples/tree/main)/[picker](https://github.com/googleworkspace/apps-script-samples/tree/main/picker) as is. How to remove this unnecessary vertical scrollbar? Tried to set height using `.setSize(600, 500)` on `PickerBuilder()` but not working. 