SanHQin 7 months ago
parent
commit
89c7bfd1e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/classRoomHelper/index.vue

+ 1 - 1
src/components/classRoomHelper/index.vue

@@ -505,7 +505,7 @@ export default {
   flex-direction: column;
   align-items: center;
 	overflow-y: auto !important; /* 上下溢出显示滚动条 */
-	overflow-x: visible !important; /* 左右溢出正常溢出 */
+	overflow-x: hidden !important; /* 左右溢出正常溢出 */
   position: relative;
 }