fix with for dashboard mobile

This commit is contained in:
SrGooglo 2022-11-24 17:44:50 +00:00
parent 0f33babf77
commit 4bdb82c2c4

View File

@ -84,7 +84,6 @@ export default class Dashboard extends React.Component {
<div
ref={this.primaryPanelRef}
className={classnames("panel", "fade-opacity-active")}
style={{ width: "102%" }}
>
{this.renderActiveTab()}
</div>