Files
cosmos-explorer/src/Explorer/Panes/PublishNotebookPane/styled.less
Hardikkumar Nai 8f3cb7282b Migrate Publish Notebook Pane to React (#641)
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2021-04-27 19:40:03 -05:00

6 lines
114 B
Plaintext

.publishNotebookPanelContent {
display: flex;
flex-direction: column;
flex: 1;
overflow-y: auto;
}