f2525c209f5c867bfc0af7d6e1a7fd8ec2a52c492797128d76274f6dac493c0efe16ab07415000cc2dfff1d28f00a8bf3726b5eaa761d13d7ff7668c72db85 616 B

123456789101112131415161718
  1. /*---------------------------------------------------------------------------------------------
  2. * Copyright (c) Microsoft Corporation. All rights reserved.
  3. * Licensed under the MIT License. See License.txt in the project root for license information.
  4. *--------------------------------------------------------------------------------------------*/
  5. .monaco-editor .lines-decorations {
  6. position: absolute;
  7. top: 0;
  8. background: white;
  9. }
  10. /*
  11. Keeping name short for faster parsing.
  12. cldr = core lines decorations rendering (div)
  13. */
  14. .monaco-editor .margin-view-overlays .cldr {
  15. position: absolute;
  16. height: 100%;
  17. }