mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 01:41:31 +00:00
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
@import "../../../less/Common/Constants";
|
|
|
|
.newvertexContainer {
|
|
height:100%;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
white-space: nowrap;
|
|
.flex-display();
|
|
.flex-direction();
|
|
} |