8a0125a58c2a1742a378ea619395284757f2c3338e5ff74b043b7011f26bbc4abbaf9e1bd0cdc2054319b7f83d625f61612fbaa4940c5068ab9d1439af5e2d 637 B

1234567891011121314151617181920
  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 .glyph-margin {
  6. position: absolute;
  7. top: 0;
  8. }
  9. /*
  10. Keeping name short for faster parsing.
  11. cgmr = core glyph margin rendering (div)
  12. */
  13. .monaco-editor .margin-view-overlays .cgmr {
  14. position: absolute;
  15. display: flex;
  16. align-items: center;
  17. justify-content: center;
  18. }