Styling fixing: set height of thumbnails panel
This commit is contained in:
parent
a14973be04
commit
ba05a3d21e
@ -138,7 +138,6 @@ Template.viewer.onCreated(function() {
|
||||
Measurements.find().observe({
|
||||
added: function (data) {
|
||||
if (data.toolDataInsertedManually === true) {
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@ -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%
|
||||
|
||||
Loading…
Reference in New Issue
Block a user