Skip to content

[modal] close button pops out of modal #1763

@silverwind

Description

@silverwind

Steps to reproduce

  1. Go to https://fomantic-ui.com/modules/modal.html#full-screen
  2. Open fullscreen modal example
  3. Remove the fullscreen class on modal in DevTools

Expected result

image

Actual result

Screen Shot 2020-11-12 at 22 45 12

Additional info

Not sure if this is a indented effect but it does not seem like it. Possible workaround:

.ui.modal:not(.fullscreen):not(.basic) > .close {
  top: 1rem;
  right: 1rem;
  color: inherit;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/usageAny support issues asking for help

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions