fix: polish platform creation flow interactions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user