Skip to content

Commit

Permalink
Reduce offset
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed May 30, 2024
1 parent 20cbc91 commit 9e117e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/spatialdisplay/SpatialDisplayComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ watch(canUseStreamlines, (canUse) => {
})
const offsetBottomControls = computed(() => {
return props.times?.length ? '40px' : '0px'
return props.times?.length ? '36px' : '0px'
})
const layerHasElevation = computed(() => {
Expand Down

0 comments on commit 9e117e1

Please sign in to comment.