Commit da6797bc authored by davidzagi93@gmail.com's avatar davidzagi93@gmail.com

added height to terminalContainerDisplay

parent 9b675bcd
...@@ -1077,8 +1077,8 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => { ...@@ -1077,8 +1077,8 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => {
} }
<div data-id="terminalContainerDisplay" style = {{ <div data-id="terminalContainerDisplay" style = {{
position: 'absolute', position: 'absolute',
height: '100', height: '100%',
width: '100', width: '100%',
opacity: '0.1', opacity: '0.1',
zIndex: -1 zIndex: -1
}}></div> }}></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment