Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

rc5 md-dialog fullscreen works only for small screen #5924

@stunaz

Description

@stunaz

why add the media condition @media (max-width: $layout-breakpoint-sm)

@media (max-width: $layout-breakpoint-sm) {
  md-dialog.md-dialog-fullscreen {
    min-height: 100%;
    min-width: 100%;
    border-radius: 0;
  }
}

This means we can't force a full screen on a big screen

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions