Fixed a bug that would prevent the workspace module from being scrolled. (#609)
This commit is contained in:
@@ -26,9 +26,9 @@ export const WidgetContainer = (child: BarBoxChild): JSX.Element => {
|
||||
|
||||
if (child.isBox) {
|
||||
return (
|
||||
<box className={buttonClassName} visible={computeVisible(child)}>
|
||||
{child.component}
|
||||
</box>
|
||||
<eventbox visible={computeVisible(child)} {...child.props}>
|
||||
<box className={buttonClassName}>{child.component}</box>
|
||||
</eventbox>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user