@@ -39,7 +39,7 @@
#panel {
position: absolute;
- width: 300px;
+ width: 310px;
height: 100%;
overflow: scroll;
}
@@ -65,9 +65,9 @@
#viewer {
- left: 300px;
- width: -webkit-calc(100% - 300px); /* Safari */
- width: calc(100% - 300px);
+ left: 310px;
+ width: -webkit-calc(100% - 310px); /* Safari */
+ width: calc(100% - 310px);
border: 0px;