ohif-viewer/LesionTracker/client/components/viewer.css

12 lines
156 B
CSS
Raw Normal View History

.viewer {
width: 100%;
2015-10-20 15:45:27 +02:00
height: 100%;
margin: 0;
padding: 0;
background-color: black;
}
#upperHalf {
height: 75%;
width: 100%;
}