html, body {
    height: 100%;
    width: 100%;
    -ms-high-contrast-adjust: none;
    cursor: default;
}

#plugin-contextmenu-container {
    /**
     * This puts the plugin context menu element behind all of our view
     * so that it does not intercept any events. This element is only used
     * to generate HTML passed to the context menu ScriptedSandbox instance
     * and is never shown on this DOM.
     */
    z-index: -1;
}

.mainArea {
    display: -ms-flexbox;
    display: flex;
}

.container {
    position: relative;
    overflow: hidden;
}

.treeGridContainer {
    width: 100%;
    height: 100%;
}
