-
Notifications
You must be signed in to change notification settings - Fork 13
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
modal light box blank #125
Conversation
Deploying with Cloudflare Pages
|
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.
Please check the comments
import React from "react"; | ||
import "./lightbox.scss"; | ||
export const Lightbox = ({}) => ( | ||
<> |
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.
@harishkumar-srijan I don't think we need this fragment
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.
Done
.modal-content { | ||
width: 100%; | ||
max-width: 837px; | ||
height: 492px; |
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.
@harishkumar-srijan It should be in vh or in % otherwise it won't be consistent in all the devices
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.
Done
db3877f
to
33c2f73
Compare
import { Meta, Story, canvas } from '@storybook/addon-docs'; | ||
import { Lightbox } from './Lightbox'; | ||
|
||
<Meta title="Molecules/Blocks/Lightbox" /> |
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.
@harishkumar-srijan Component is not placed as per the tree structure...still merging the PR but please correct this one
modal light box blank