mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-04-21 17:17:49 +01:00
9 lines
143 B
Plaintext
9 lines
143 B
Plaintext
@import "../../../../less/Common/Constants";
|
|
|
|
.notebookViewerContainer {
|
|
padding: 30px;
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
}
|