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