File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/remix-ui/app/src/lib/remix-app Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -178,8 +178,8 @@ const RemixApp = (props: IRemixAppUi) => {
178178 < OriginWarning > </ OriginWarning >
179179 < MatomoDialog hide = { ! appReady } okFn = { ( ) => setShowEnterDialog ( true ) } > </ MatomoDialog >
180180 { showEnterDialog && < EnterDialog handleUserChoice = { ( type ) => handleUserChosenType ( type ) } > </ EnterDialog > }
181- < div className = { `remixIDE ${ appReady ? '' : 'd-none' } ` } data-id = "remixIDE" >
182- < div className = 'd-flex' >
181+ < div className = 'd-flex flex-column' >
182+ < div className = { `remixIDE ${ appReady ? '' : 'd-none' } ` } data-id = "remixIDE" >
183183 < div id = "icon-panel" data-id = "remixIdeIconPanel" className = "custom_icon_panel iconpanel bg-light" >
184184 { props . app . menuicons . render ( ) }
185185 </ div >
You can’t perform that action at this time.
0 commit comments