main

mattermost/focalboard

Last updated at: 29/12/2023 09:42

modalWrapper.scss

TLDR

This file contains the styling for the "ModalWrapper" component.

Classes

.ModalWrapper

This class defines the styling for the "ModalWrapper" component. It sets the position property to "relative" and the overflow property to "unset".

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