Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/src/vs/base/browser/ui/contextview/contextview.css
3296 views
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