1234567891011121314151617 |
- /*---------------------------------------------------------------------------------------------
- * Copyright (c) Microsoft Corporation. All rights reserved.
- * Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
- .monaco-editor .zone-widget {
- position: absolute;
- z-index: 10;
- }
- .monaco-editor .zone-widget .zone-widget-container {
- border-top-style: solid;
- border-bottom-style: solid;
- border-top-width: 0;
- border-bottom-width: 0;
- position: relative;
- }
|