-
-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Labels
type/usageAny support issues asking for helpAny support issues asking for help
Description
Steps to reproduce
- Go to https://fomantic-ui.com/modules/modal.html#full-screen
- Open fullscreen modal example
- Remove the
fullscreen
class onmodal
in DevTools
Expected result
Actual result
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
Labels
type/usageAny support issues asking for helpAny support issues asking for help