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

This commit is contained in:
charlie
2022-11-06 13:01:50 +08:00
committed by Tienson Qin
parent 2697ffd82c
commit 854f8377d6
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;