diff --git a/src/mol-plugin/ui/plugin.tsx b/src/mol-plugin/ui/plugin.tsx index 52af59ea02dbefd70abcf52f859aef75983644f0..01166c0f6b3b46b9c679e829dda1938674938738 100644 --- a/src/mol-plugin/ui/plugin.tsx +++ b/src/mol-plugin/ui/plugin.tsx @@ -56,7 +56,7 @@ export class ViewportWrapper extends PluginComponent { render() { return <> <Viewport /> - <div style={{ position: 'absolute', left: '10px', top: '10px', height: '100%', color: 'white' }}> + <div style={{ position: 'absolute', left: '10px', top: '10px', color: 'white' }}> <TrajectoryControls /> </div> <ViewportControls />