This website works better with JavaScript
Home
Explore
Help
Sign In
biheng
/
dify
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix problem with scroll inside chat window (
#3578
)
rmmedia
1 year ago
parent
7251748d59
commit
b3996b3221
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 {