IO-3725-RPS-Changes - Fix Banner

This commit is contained in:
Dave
2026-06-01 12:12:35 -04:00
parent 0107cbe83c
commit 7a3a7513b4

View File

@@ -35,7 +35,7 @@ export function RoutesPage({ bodyshop, darkMode }) {
<SiderMenuOrganism />
</Layout.Sider>
<Layout style={{}}>
<Layout.Content style={{ marginLeft: "1rem", height: "100%" }}>
<Layout.Content style={{ marginLeft: "1rem", paddingTop: "1rem", height: "100%", boxSizing: "border-box" }}>
<NotificationModalOrganism />
{bodyshop?.ins_rule_set === "SGI" && (
<Alert