feat: update codex live automation and plan flows
This commit is contained in:
@@ -363,11 +363,15 @@
|
||||
position: fixed;
|
||||
inset: 72px 0 0;
|
||||
z-index: 40;
|
||||
width: 100% !important;
|
||||
max-width: 100%;
|
||||
width: 100vw !important;
|
||||
min-width: 100vw !important;
|
||||
max-width: 100vw;
|
||||
flex: 0 0 100vw !important;
|
||||
height: calc(100vh - 72px);
|
||||
border-right: 0;
|
||||
background: rgba(255, 255, 255, 0.98);
|
||||
transition: none !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.app-sider--mobile-inline.ant-layout-sider {
|
||||
@@ -385,6 +389,9 @@
|
||||
gap: 12px;
|
||||
height: 100%;
|
||||
padding: 12px 10px;
|
||||
overflow-y: auto;
|
||||
overscroll-behavior: contain;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.app-sider__intro {
|
||||
|
||||
Reference in New Issue
Block a user