This website works better with JavaScript
Home
Explore
Help
Register
Sign In
siwei
/
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
Unified 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
,
html
,
body
{
body
{
max-width
: 100
vw
;
max-width
: 100
vw
;
-
overflow
-x
:
hidden
;
+
overflow
:
hidden
;
}
}
body
{
body
{