From adb704c06c1063e332b57f1cc92303c30ffb396c Mon Sep 17 00:00:00 2001
From: David Sehnal <david.sehnal@gmail.com>
Date: Wed, 28 Nov 2018 02:52:52 +0100
Subject: [PATCH] mol-plugin: traj controls tweak

---
 src/mol-plugin/ui/plugin.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mol-plugin/ui/plugin.tsx b/src/mol-plugin/ui/plugin.tsx
index 52af59ea0..01166c0f6 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 />
-- 
GitLab