Fixed - [Bug] Foundation upgrade broke lay-out#189
Conversation
Codecov Report
@@ Coverage Diff @@
## master #189 +/- ##
======================================
Coverage 1.32% 1.32%
======================================
Files 34 34
Lines 2789 2789
Branches 329 329
======================================
Hits 37 37
Misses 2751 2751
Partials 1 1Continue to review full report at Codecov.
|
|
@sanchaymittal Please update your branch with master. |
| summary { | ||
| display: block; | ||
| padding-bottom: 0.5%; | ||
| padding-inline-start: 1.5%; |
There was a problem hiding this comment.
If you just want to fix the footer, why did you put it in here? Now this will apply to all those elements as well. That makes no sense.
There was a problem hiding this comment.
I can use a separate id or class for this but the changes now doesn't affect others because of their orientation.
There was a problem hiding this comment.
Still, I'd like to see it in a separate section.
There was a problem hiding this comment.
@canihavesomecoffee but it's better this way as it aligned with symmetry with others
|
|
||
| .flow { | ||
| display: flow-root; | ||
| padding-bottom: 50px; |
There was a problem hiding this comment.
Why is this padding necessary?
There was a problem hiding this comment.
Padding is required at the end of the page for mobile and other scroll screens.
There was a problem hiding this comment.
|
@sanchaymittal Please check the fix on chrome, It looks like |
|
@sanchaymittal Great, I updated my google chrome to 64.0, Yeah it looks fine in both windows and linux. |
| display: block; | ||
| padding-bottom: 0.5%; | ||
| padding-inline-start: 1.5%; | ||
| position:fixed; |
There was a problem hiding this comment.
So any menu element or any other will be fixed to the bottom? I'd still like to see a separate change for footer elements only.





Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Fixed the broken layout, working smoothly in both desktop and mobile layout.