fix: polish platform creation flow interactions

This commit is contained in:
2026-06-06 21:36:38 +08:00
parent 7e6ed91149
commit 50e335ba47
12 changed files with 434 additions and 102 deletions

View File

@@ -40,11 +40,36 @@
html,
body,
#root {
#root,
.platform-viewport-shell,
.platform-tab-panel,
.platform-page-stage,
.unified-creation-page,
.platform-work-detail__scroll {
width: 100%;
height: 100%;
min-width: 0;
overflow-x: hidden;
-ms-overflow-style: none;
scrollbar-width: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
#root::-webkit-scrollbar,
.platform-viewport-shell::-webkit-scrollbar,
.platform-tab-panel::-webkit-scrollbar,
.platform-page-stage::-webkit-scrollbar,
.unified-creation-page::-webkit-scrollbar,
.platform-work-detail__scroll::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
}
html,
body,
#root {
height: 100%;
}
body {