ec382ad454237e4c0b1cc0a938f6c639f23b2469e134a1ed01184d1058a55a65cdd58361340c92f6789a1d91a73440f392e767d55ecb0cc90f5986e147fbd7 553 B

123456789101112131415
  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. /*
  6. Keeping name short for faster parsing.
  7. cmdr = core margin decorations rendering (div)
  8. */
  9. .monaco-editor .margin-view-overlays .cmdr {
  10. position: absolute;
  11. left: 0;
  12. width: 100%;
  13. height: 100%;
  14. }