Conversation
| .project-setup.two-columns { | ||
| @include flex-row-justify-center; | ||
| padding-bottom: 6rem; | ||
| flex: 1; |
There was a problem hiding this comment.
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.
Yes, you're right, I think that was a mistake of mine.
| @@ -9,6 +9,7 @@ | |||
| .left, | |||
There was a problem hiding this comment.
When I scroll down the map goes over the navbar, what should I do to change this?
There was a problem hiding this comment.
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.
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: