-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cpnigeria #9
base: main
Are you sure you want to change the base?
Conversation
@@ -4,13 +4,15 @@ | |||
.project-setup.two-columns { | |||
@include flex-row-justify-center; | |||
padding-bottom: 6rem; | |||
flex: 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It tells me that the parent container is not display: flex so this option is not applied here, I moved it into .left, .right and it worked
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, you're right, I think that was a mistake of mine.
@@ -9,6 +9,7 @@ | |||
.left, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I scroll down the map goes over the navbar, what should I do to change this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please let me know once you've implemented the changes so I can check what's the issue. I won't be able to check it before tomorrow, though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try .right .map { z-index: 1 }
I think it should work.
Hi @Bachibouzouk I pushed my last commits. In total I used about the 5 hours extra I had for that. |
Hi @Bachibouzouk, I did a few changes. I hope this will help you. I was not able to do a lot and also I hope the changes are correct because I cannot see the final result on the app... So let me know if there's any issue. I used 4,5 hours until now for that.
Below the mockup of how the scenario design could look like:
And how the step 5 too: