Merge pull request #920 from openedx/mfrank/remove-scrollbars

fix: remove scrollbars
This commit is contained in:
Maxwell Frank
2023-11-22 13:00:35 -05:00
committed by GitHub

View File

@@ -146,7 +146,7 @@ class ProfilePluginPage extends React.Component {
render() {
return (
<div className="profile-page">
<div className="profile-page overflow-hidden">
{this.renderContent()}
</div>
);