Skip to content

Commit

Permalink
fixes the zindex for the legacy sheet picker (#6737)
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamlangford authored Oct 27, 2023
1 parent 5253e6d commit dd6729b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/contrib/google/sheets/ui/SheetsFileWidget.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit dd6729b

Please sign in to comment.