mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-13 19:55:15 +00:00
11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
@import "../../../../less/Common/Constants";
|
|
|
|
.newvertexContainer {
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
white-space: nowrap;
|
|
.flex-display();
|
|
.flex-direction();
|
|
}
|