fix: setting dialog should allow scroll when overflow

This commit is contained in:
Pionxzh
2023-03-29 12:37:45 +08:00
parent 46b5369254
commit cd3340dabf
+1
View File
@@ -17,6 +17,7 @@
width: 90vw;
max-width: 450px;
max-height: 85vh;
overflow-y: auto;
padding: 16px 24px;
z-index: 1001;
animation: contentShow 150ms cubic-bezier(0.16, 1, 0.3, 1);