mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-11-29 17:58:19 +08:00
7 lines
74 B
CSS
7 lines
74 B
CSS
html,
|
|
body {
|
|
max-width: unset;
|
|
overflow: auto;
|
|
user-select: text;
|
|
}
|