Browse Source

style(globals.css): 调整body的溢出和宽度样式

修复页面滚动异常并强制适配全屏宽度
feature/interaction
huangmin 1 month ago
parent
commit
005f1c460b
  1. 2
      src/app/globals.css

2
src/app/globals.css

@ -34,6 +34,8 @@ body {
overscroll-behavior-x: none;
/* Prevent touch gestures from triggering navigation */
touch-action: pan-y pinch-zoom;
overflow-y: initial !important;
width: 100% !important;
}
/* React Flow customizations */

Loading…
Cancel
Save