main

mattermost/focalboard

Last updated at: 28/12/2023 01:37

modalWrapper.scss

TLDR

This file contains the styling rules for the ModalWrapper component.

Classes

ModalWrapper

The ModalWrapper class defines the styling rules for the modal wrapper component. It sets the position to relative and specifies that the overflow should be unset.

.ModalWrapper {
    position: relative;
    overflow: unset;
}