/* * SPDX-License-Identifier: Apache-2.0 * * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. * * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. */ .full-screen { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; } .anomaly-detail-chart-center { z-index: 10; margin-top: -260px; margin-left: 40%; }