We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f9cb5 commit 325f2d1Copy full SHA for 325f2d1
apps/remix-ide/src/app/ui/landing-page/landing-page.js
@@ -30,7 +30,7 @@ export class LandingPage extends ViewPlugin {
30
}
31
32
render () {
33
- return <div id='landingPageHomeContainer' className='remixui_homeContainer justify-content-between bg-light d-flex' data-id='landingPageHomeContainer' style={{ 'overflow-y': 'hidden'}}>
+ return <div id='landingPageHomeContainer' className='remixui_homeContainer justify-content-between bg-light d-flex overflow-y-hidden' data-id='landingPageHomeContainer'>
34
<RemixUiHomeTab plugin={this} />
35
</div>
36
0 commit comments