mri-viewer / frontend /src /components /MriViewer /NiiVueViewer.module.css
GitHub Actions
Deploy from 6a4a5134
7563aec
Raw
History Blame Contribute Delete
187 Bytes
.wrap {
width: 100%;
height: 100%;
position: relative;
background: #111;
border-radius: 6px;
overflow: hidden;
}
.canvas {
width: 100%;
height: 100%;
display: block;
}