This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
Fix problem with scroll inside chat window (
#3578
)
tags/0.6.4
rmmedia
1 year ago
parent
7251748d59
commit
b3996b3221
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
web/app/styles/globals.css
+ 1
- 1
web/app/styles/globals.css
View File
@@ -76,7 +76,7 @@
html,
body {
max-width: 100vw;
overflow
-x
: hidden;
overflow: hidden;
}
body {
Write
Preview
Loading…
Cancel
Save