diff --git a/.circleci/config.yml b/.circleci/config.yml index 08f35fd62..bc820ff3f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -93,11 +93,11 @@ deploy_steps: &deploy_steps ./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-connectapp-deployvar source buildenvvar ./master_deploy.sh -d CFRONT -e $DEPLOY_ENV -c $ENABLE_CACHE - curl --request POST \ - --url https://circleci.com/api/v2/project/github/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/pipeline \ - --header "Circle-Token: ${CIRCLE_TOKEN}" \ - --header 'content-type: application/json' \ - --data '{"branch":"'"$CIRCLE_BRANCH"'","parameters":{"run_smoketesting":true, "run_basedeployment": false}}' + #curl --request POST \ + #--url https://circleci.com/api/v2/project/github/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/pipeline \ + #--header "Circle-Token: ${CIRCLE_TOKEN}" \ + #--header 'content-type: application/json' \ + #--data '{"branch":"'"$CIRCLE_BRANCH"'","parameters":{"run_smoketesting":true, "run_basedeployment": false}}' # Automated Smoke Testing diff --git a/src/components/TopBar/ProjectsToolBar.scss b/src/components/TopBar/ProjectsToolBar.scss index 1ccd7c3f2..fecccf4ef 100644 --- a/src/components/TopBar/ProjectsToolBar.scss +++ b/src/components/TopBar/ProjectsToolBar.scss @@ -157,6 +157,15 @@ margin-top: 15px; display: flex; + :global { + .SearchBar { + .search-bar__text, + .search-typeahead-text { + z-index: 18; + } + } + } + @media screen and (max-width: $screen-md - 1px) { height: 32px; margin-top: 9px; diff --git a/src/components/TopBar/TopBarContainer.scss b/src/components/TopBar/TopBarContainer.scss index e98288f13..39a6c0ee3 100644 --- a/src/components/TopBar/TopBarContainer.scss +++ b/src/components/TopBar/TopBarContainer.scss @@ -4,7 +4,7 @@ .TopBarContainer { position: sticky; top: 0; - z-index: 4; + z-index: 17; } .login-wrapper {