zoujiandong 43abd1f3d6 222
2025-07-30 13:58:39 +08:00

18 lines
219 B
Plaintext

/* 根节点样式 */
._root {
padding: 1px 0;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
}
/* 长按复制 */
._select {
-webkit-user-select: text;
user-select: text;
}