itk-viewer-material-ui
Version:
[](https://badge.fury.io/js/itk-viewer-material-ui)
35 lines (28 loc) • 383 B
CSS
.root {
display: flex;
}
.appBar{
position: fixed;
}
.hide {
display: 'none';
}
.drawer {
width: 15%;
flex-shrink: 0;
z-index: 10;
}
.MuiDrawer-paper {
width: fit-content;
position: fixed;
top: 60px ;
background: none ;
border: none ;
}
.content {
flex-grow: 1;
margin-left: -240px;
}
.contentShift {
margin-left: 0;
}