Tuchuanhuhuhu commited on
Commit
1ef5bdf
2 Parent(s): 079c7eb 0d46509

Merge branch 'main' of https://github.com/GaiZhenbiao/ChuanhuChatGPT

Browse files
Files changed (1) hide show
  1. custom.css +1 -0
custom.css CHANGED
@@ -103,6 +103,7 @@ code {
103
  /* 代码块 */
104
  pre code {
105
  display: block;
 
106
  white-space: pre;
107
  background-color: hsla(0, 0%, 0%, 80%)!important;
108
  border-radius: 10px;
 
103
  /* 代码块 */
104
  pre code {
105
  display: block;
106
+ overflow: auto;
107
  white-space: pre;
108
  background-color: hsla(0, 0%, 0%, 80%)!important;
109
  border-radius: 10px;