Skip to content

Commit

Permalink
Merge pull request #23 from ibi-group/fix-nav-position
Browse files Browse the repository at this point in the history
Fix survey container height
  • Loading branch information
binh-dam-ibigroup authored Jul 19, 2023
2 parents 3ae1dbc + c351f61 commit de71f7f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions styles/base.module.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
.wrapper {
bottom: 0;
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 90vh 10vh;
height: 100vh;
width: 100vw;
grid-template-rows: 90% 10%;
position: fixed;
top: 0;
width: 100%;
}

.question {
Expand Down

3 comments on commit de71f7f

@vercel
Copy link

@vercel vercel bot commented on de71f7f Jul 19, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

atlrides-survey – ./

atlrides-survey-git-dev-ibi-group.vercel.app
atlrides-survey.vercel.app
atlrides-survey-ibi-group.vercel.app

@vercel
Copy link

@vercel vercel bot commented on de71f7f Jul 19, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

qa-survey – ./

qa-survey-ibi-group.vercel.app
qa-survey.vercel.app
qa-survey-git-dev-ibi-group.vercel.app

@vercel
Copy link

@vercel vercel bot commented on de71f7f Jul 19, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

st-survey – ./

st-survey-ibi-group.vercel.app
st-survey.vercel.app
st-survey-git-dev-ibi-group.vercel.app

Please sign in to comment.