Browse Source

mol-plugin: traj controls tweak

David Sehnal 6 years ago
parent
commit
adb704c06c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mol-plugin/ui/plugin.tsx

+ 1 - 1
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 />