mirror of
https://github.com/pionxzh/chatgpt-exporter.git
synced 2026-09-21 13:37:42 -05:00
fix: setting dialog should allow scroll when overflow
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user