enhance(mobile): polish interaction for the onboarding graph picker

This commit is contained in:
charlie
2022-11-06 13:01:50 +08:00
parent d4589b1272
commit 5d7e44c28f
6 changed files with 185 additions and 142 deletions

View File

@@ -106,7 +106,7 @@
.panel-content {
overflow-y: auto;
overflow-x: hidden;
width: 94vw;
width: calc(94vw - 2rem);
max-height: 89vh;
padding: 2rem 1.5rem;