Skip to content

add Dialog overflow theme override #154

Description

@mikemurray

Type: minor

Describe the bug
Dropdowns in dialogs don't always work because the drawer paper element has overflow hidden.

Possible Solution
Add to the overrides section of defaultTheme.js
MuiDialog: { paper: { overflowY: "visible" } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions