diff --git a/src/utils/ViewHeightSensor.tsx b/src/utils/ViewHeightSensor.tsx index 660aa3d0..2fcf6b52 100644 --- a/src/utils/ViewHeightSensor.tsx +++ b/src/utils/ViewHeightSensor.tsx @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MIT +// Copyright (c) 2022 The Pybricks Authors + /* This is a hack for correctly sizing to view height on mobile when not running in fullscreen mode. */ import { ResizeSensor } from '@blueprintjs/core'; @@ -15,7 +18,10 @@ function ViewHeightSensor(): JSX.Element { ); }} > -
+ ); }