4adfeeed3a173e54070b3f42751598e7eff597d62b631ce09d9904c757224748df02ff1f7d822e9a9a6863ffbb5996ffd05e41a871c0354cf1c74b5e0c632d 508 B

12345678910111213141516
  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. .context-view {
  6. position: absolute;
  7. }
  8. .context-view.fixed {
  9. all: initial;
  10. font-family: inherit;
  11. font-size: 13px;
  12. position: fixed;
  13. color: inherit;
  14. }