mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-15 16:57:35 +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();
|
||
|
}
|