Is there a way to show the google drive picker to be shown inside a custom modal or a div? I have a modal where there will be multiple providers user can choose e.g. google, dro
I simply added the following CSS:
.picker-dialog-bg { z-index: 20000 !important; } .picker-dialog { z-index: 20001 !important; }