1
0
mirror of synced 2025-12-08 22:58:56 +08:00

修复滚动条不能拖动问题

This commit is contained in:
xuliangzhan
2024-01-14 19:05:37 +08:00
parent f860a76afa
commit ea892153c9

View File

@@ -68,7 +68,6 @@
transition: transform .3s cubic-bezier(.23,1,.32,1), opacity .3s cubic-bezier(.23,1,.32,1);
transform-origin: center top;
backface-visibility: hidden;
transform-style: preserve-3d;
&[placement="top"] {
transform-origin: center bottom;
}