| | |
| | | .no-flash-link { |
| | | -webkit-tap-highlight-color: transparent; |
| | | } |
| | | |
| | | /* 消息生成时锁定滚动 */ |
| | | body.generating-message { |
| | | overflow: hidden !important; |
| | | } |
| | | |
| | | /* 滚动锁定遮罩 */ |
| | | .scroll-lock-overlay { |
| | | position: fixed; |
| | | inset: 0; |
| | | z-index: 50; |
| | | background: transparent; |
| | | pointer-events: all; |
| | | touch-action: none; |
| | | } |
| | | |
| | | /* 图表全屏模式时的样式 */ |
| | | body:has(.echart-wrapper[data-echarts-container]) { |
| | | scroll-behavior: smooth; |
| | | } |
| | | |
| | | .echart-wrapper[data-echarts-container] { |
| | | transition: all 0.3s ease-in-out; |
| | | } |
| | | |
| | | /* 当处于全屏模式时防止页面滚动 */ |
| | | body:has(.echart-wrapper:has(+ .fullscreen-controls)) { |
| | | overflow: hidden; |
| | | } |