| 123456789101112131415161718 |
- /*---------------------------------------------------------------------------------------------
- * Copyright (c) Microsoft Corporation. All rights reserved.
- * Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
- .monaco-editor .lines-decorations {
- position: absolute;
- top: 0;
- background: white;
- }
- /*
- Keeping name short for faster parsing.
- cldr = core lines decorations rendering (div)
- */
- .monaco-editor .margin-view-overlays .cldr {
- position: absolute;
- height: 100%;
- }
|