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({
|
Measurements.find().observe({
|
||||||
added: function (data) {
|
added: function (data) {
|
||||||
if (data.toolDataInsertedManually === true) {
|
if (data.toolDataInsertedManually === true) {
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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%
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user