mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
7 lines
74 B
CSS
7 lines
74 B
CSS
html,
|
|
body {
|
|
max-width: unset;
|
|
overflow: auto;
|
|
user-select: text;
|
|
}
|