mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 01:15:55 +08:00
7 lines
74 B
CSS
7 lines
74 B
CSS
html,
|
|
body {
|
|
max-width: unset;
|
|
overflow: auto;
|
|
user-select: text;
|
|
}
|