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({ Measurements.find().observe({
added: function (data) { added: function (data) {
if (data.toolDataInsertedManually === true) { if (data.toolDataInsertedManually === true) {
return; return;
} }

View File

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