-
Notifications
You must be signed in to change notification settings - Fork 3
Make add to list dialog scrollable #1689
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,7 +23,9 @@ const Header = styled.div` | |
| ` | ||
|
|
||
| const Content = styled.div` | ||
| margin: 28px 28px 40px; | ||
| margin: 28px; | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Previously, in Figma, a couple dialogs had 40px between the content and the dialog footer but most had 28px. In THE CODE it was determined via Confirmed with @steven-hatch we want Here's an example of a noticeable change:
|
||
| min-height: 0; | ||
| overflow: auto; | ||
| ` | ||
|
|
||
| const DialogActions = styled(MuiDialogActions)` | ||
|
|
||

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.
Showing up to 100 and scrolling isn't a great solution. We should have infinite scroll or something.
This is a remediation to unblock the DLLs.