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

mol-plugin: fix viewport settings css

parent 5016ebf1
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,8 @@
}
.msp-viewport-controls-scene-options {
overflow-y: auto;
max-height: 400px;
width: 290px;
background: $control-background;
......
......@@ -68,7 +68,7 @@ export class ViewportControls extends PluginUIComponent<{}, { isSettingsExpanded
{this.icon('reset-scene', this.resetCamera, 'Reset Camera')}<br/>
{this.icon('tools', this.toggleControls, 'Toggle Controls', this.plugin.layout.state.showControls)}<br/>
{this.icon('expand-layout', this.toggleExpanded, 'Toggle Expanded', this.plugin.layout.state.isExpanded)}<br />
{this.icon('settings', this.toggleSettingsExpanded, 'Settings', this.state.isSettingsExpanded)}
{this.icon('settings', this.toggleSettingsExpanded, 'Settings', this.state.isSettingsExpanded)}<br/>
</div>
{this.state.isSettingsExpanded && <div className='msp-viewport-controls-scene-options'>
<ControlGroup header='Layout' initialExpanded={true}>
......
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