Skip to content

Commit

Permalink
Merge pull request #5601 from preyanshu/patch-1
Browse files Browse the repository at this point in the history
fix right nav not scrollable
  • Loading branch information
iArchitSharma authored Jun 23, 2024
2 parents 792caa5 + 8077ae6 commit b156bd4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/sections/Company/Brand/brandPage.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,19 @@ const BrandPageWrapper = styled.section`
z-index: 1;
}
@media screen and (min-width: 768px) and (max-height: 725px) {
.brand-nav-col {
padding-right: 0px !important;
}
.nav-fixed {
height:calc(100vh - 6rem);
overflow-y:auto;
padding-top:1rem;
padding-bottom:1rem
}
}
.header_link {
display: block;
margin: 0;
Expand Down

0 comments on commit b156bd4

Please sign in to comment.