Skip to content

Generated theme has issues with fullscreen modal #30

Description

@KasperiP

The currently generated theme stylesheet includes the following:

/* Modal */
.mantine-Modal-root {
  .mantine-Modal-content {
    border: 1px solid var(--mantine-color-default-border);
    border-radius: var(--mantine-radius-default);
  }
}

Mantine supports fullscreen modals, where no padding should be applied. However, the generated styles override this behavior, causing the padding to be applied even when the modal is in fullscreen mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions