Conversation
RitikJaiswal75
left a comment
There was a problem hiding this comment.
Please put a proper video of the changes
RitikJaiswal75
left a comment
There was a problem hiding this comment.
@rupal-2505 In many places i can see that you have changed lot of styling related to width margins and padding, I understand the top margin part where you want the navbar to look sticky to the top but other places do not really make sense for this PR.
@RitikJaiswal75 I'have only changed the margins and paddings where it's necessary to make the navbar sticky. i will look into it again and try to remove unnecessary ones. |
@RitikJaiswal75 Added video for reference. |
| header { | ||
| position: sticky; | ||
| top: 0; | ||
| background-color: #1d1283; |
| font-weight: 700; | ||
| position: sticky; | ||
| top: 0; | ||
| background-color: #1d1283; |
| font-weight: 700; | ||
| position: sticky; | ||
| top: 0; | ||
| background-color: #1d1283; |
Issue
#235
Current status
Currently , when user scroll-down the RDS website, the navbar is scrolled down .
What is the change?
Navbar is fixed .Will not scroll with the page.
Video for reference
Navbar.mp4