diff --git a/src/web/styles.css b/src/web/styles.css index 6ed9c9c..f826b87 100644 --- a/src/web/styles.css +++ b/src/web/styles.css @@ -82,15 +82,15 @@ body { } .ant-layout-sider { - border-right: none; + border-right: 1px solid var(--ant-color-border-secondary); } .ant-layout-sider-trigger { border-right: 1px solid var(--ant-color-border-secondary); } -.ant-menu { - height: 100%; +.ant-layout-sider .ant-menu.ant-menu-root { + border-inline-end: none; } .app-sidebar-list {