Skip to content
Snippets Groups Projects
Commit adb704c0 authored by David Sehnal's avatar David Sehnal
Browse files

mol-plugin: traj controls tweak

parent 5cc9a7f4
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ export class ViewportWrapper extends PluginComponent { ...@@ -56,7 +56,7 @@ export class ViewportWrapper extends PluginComponent {
render() { render() {
return <> return <>
<Viewport /> <Viewport />
<div style={{ position: 'absolute', left: '10px', top: '10px', height: '100%', color: 'white' }}> <div style={{ position: 'absolute', left: '10px', top: '10px', color: 'white' }}>
<TrajectoryControls /> <TrajectoryControls />
</div> </div>
<ViewportControls /> <ViewportControls />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment