-
Notifications
You must be signed in to change notification settings - Fork 66
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
LG-4906: mobile responsive Drawer #2725
Conversation
|
Size Change: 0 B Total Size: 1.41 MB ℹ️ View Unchanged
|
bottom: 0; | ||
left: 0; | ||
right: 0; | ||
box-shadow: ${open && theme === Theme.Light | ||
? `0 -10px 10px -10px rgba(0, 0, 0, 0.3)` | ||
: 'initial'}; |
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.
Is it necessary to override bottom
, right
, and box-shadow
here? The styles appear to be the same as what's on the base style.
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.
box-shadow
is different between the 2
I originally left the bottom
/right
in to ensure changes to base style don't impact the mobile styles but I guess it's not necessary. Dropped!
e8fbf47
to
9632add
Compare
✍️ Proposed changes
Drawer
🎟 Jira ticket: LG-4906
✅ Checklist
For bug fixes, new features & breaking changes
pnpm changeset
and documented my changes🧪 How to test changes
Drawer
live exampleDrawer
live example