Skip to content

Commit

Permalink
Merge pull request #4597 from appirio-tech/dev
Browse files Browse the repository at this point in the history
Minor uni-nav bug fixes
  • Loading branch information
Gunasekar-K committed Mar 3, 2023
2 parents aaf85c0 + cc0aa1a commit 1296f9d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions src/components/TopBar/ProjectsToolBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/components/TopBar/TopBarContainer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.TopBarContainer {
position: sticky;
top: 0;
z-index: 4;
z-index: 17;
}

.login-wrapper {
Expand Down

0 comments on commit 1296f9d

Please sign in to comment.