mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-03-13 05:15:30 +00:00
* Initial migration from ADO * Bug fixes * Fix bugs. Make active area smaller and require shift + ctrl + dbl click * Add missing features * Switch from HashMap to Map as it is already polyfilled
18 lines
293 B
Plaintext
18 lines
293 B
Plaintext
.featurePanelLauncherContainer {
|
|
.featurePanelLauncherModal {
|
|
overflow-y: hidden;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.ms-Dialog-main {
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
.activePatch {
|
|
position: absolute;
|
|
height: 20px;
|
|
width: 20px;
|
|
top: 20px;
|
|
left: -20px;
|
|
} |