-
Notifications
You must be signed in to change notification settings - Fork 1.4k
mobile responsiveness fixed #6509
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Huzaif Mushtaq <huzaaifmushtaq@gmail.com>
🚀 Preview for commit 5351049 at: https://6839e720f028c880a4bf140a--layer5.netlify.app |
it shouldn't overlap @huzfm |
Okay will do the same |
Signed-off-by: Huzaif Mushtaq <huzaaifmushtaq@gmail.com>
@vr-varad changed |
🚀 Preview for commit 758528b at: https://683a901195a6744f9cf6b3cc--layer5.netlify.app |
🚀 Preview for commit 3a9a83b at: https://683b35568942b980f902df30--layer5.netlify.app |
@huzfm Add it as an agenda item to the meeting minutes, if you would :) |
🚀 Preview for commit cb70ac8 at: https://683d8a6a7d53c73d6f471f0e--layer5.netlify.app |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
||
.slick-prev, | ||
.slick-next { | ||
display: none !important; |
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.
any reason for using !important here @huzfm
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.
used !important here to make sure that it overrides react-slick’s built-in styles,
but as discussed in meeting i am going to remove it
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.
here it is
Signed-off-by: Huzaif Mushtaq <huzaaifmushtaq@gmail.com>
Description
This PR fixes #6503
Notes for Reviewers
Fixed a little bug where navigation arrows on image were not mobile responsive
Signed commits