diff --git a/src/contrib/google/sheets/ui/SheetsFileWidget.module.scss b/src/contrib/google/sheets/ui/SheetsFileWidget.module.scss index 9c3b4490f5..e28eaf8182 100644 --- a/src/contrib/google/sheets/ui/SheetsFileWidget.module.scss +++ b/src/contrib/google/sheets/ui/SheetsFileWidget.module.scss @@ -19,3 +19,6 @@ :global(.picker-dialog-bg) { z-index: 2000 !important; // Above the service modal, which sits at 1050 } +:global(.input-group-append .btn) { + z-index: 0; // Default z-index interferes with the Google Account dropdown +}