Skip to content

Commit 1f20a98

Browse files
ci-bothsy822
authored andcommitted
fix scroll overflow hidden
1 parent 5003f48 commit 1f20a98

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)