Skip to content

Commit

Permalink
fix: make the z-index of file opener over the reporter (#15831)
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Apr 7, 2021
1 parent 3ddd852 commit 702a152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-components/src/file-opener/file-opener.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif !default;
[data-reach-dialog-overlay] {
display: flex;
padding: 2em 0;
z-index: 1;
z-index: 2;
}

[data-reach-dialog-content] {
Expand Down

3 comments on commit 702a152

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 702a152 Apr 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.0.1/circle-develop-702a1526dcb6c9b6eaf2005786733d4d3da6eb7e/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 702a152 Apr 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 ia32 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.0.1/appveyor-develop-702a1526dcb6c9b6eaf2005786733d4d3da6eb7e/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 702a152 Apr 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.0.1/appveyor-develop-702a1526dcb6c9b6eaf2005786733d4d3da6eb7e/cypress.tgz

Please sign in to comment.