Skip to content

Commit

Permalink
hide e2e banner
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Jan 8, 2025
1 parent 33b3d63 commit 72a3d5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion frontend/web/components/pages/HomeAside.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const HomeAside: FC<HomeAsideType> = ({
<OrganisationProvider>
{() => (
<ProjectProvider id={projectId} onSave={onProjectSave}>
{({ project }: { project: Project }) => {
{({ project }) => {
const createEnvironmentButton = (
<Permission
level='project'
Expand Down
15 changes: 8 additions & 7 deletions frontend/web/styles/project/_utils.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,14 @@
}

.e2e {
background-color: rgba(255,255,255,0.75);
pointer-events: none !important;
position:fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 10000000000;
display: none;
//background-color: rgba(255,255,255,0.75);
//pointer-events: none !important;
//position:fixed;
//bottom: 0;
//left: 0;
//right: 0;
//z-index: 10000000000;
}

.show {
Expand Down

0 comments on commit 72a3d5a

Please sign in to comment.