Skip to content

Commit 92ee462

Browse files
authored
Merge branch 'master' into refactor/learneth-plugin
2 parents 91ff0ff + 1f20a98 commit 92ee462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/tabs/settings-tab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default class SettingsTab extends ViewPlugin {
6666

6767
render() {
6868
return (
69-
<div id="settingsTab" className="bg-light">
69+
<div id="settingsTab" className="bg-light overflow-hidden">
7070
<PluginViewWrapper plugin={this} />
7171
</div>
7272
)

0 commit comments

Comments
 (0)