13 lines
202 B
CSS
13 lines
202 B
CSS
.viewer {
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: black;
|
|
}
|
|
|
|
#viewportAndLesionTable {
|
|
height: 100%;
|
|
width: calc(100% - 120px);
|
|
float: right;
|
|
} |