Styling fixing: set height of thumbnails panel

This commit is contained in:
Evren Ozkan 2015-12-10 15:18:53 -05:00
parent a14973be04
commit ba05a3d21e
2 changed files with 1 additions and 2 deletions

View File

@ -138,7 +138,6 @@ Template.viewer.onCreated(function() {
Measurements.find().observe({
added: function (data) {
if (data.toolDataInsertedManually === true) {
return;
}

View File

@ -42,10 +42,10 @@
position: absolute
display: block
width: 100%
bottom: 0
left: 0
right: 0
top: 100px
height: calc(100% - 150px)
.panelPinContainer
width: 100%