mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
Fix modal text being selected when open it with double click, close #11777
This commit is contained in:
parent
45ac4872b2
commit
ec6d88f407
@ -111,6 +111,7 @@
|
||||
animation-duration: @animation-duration-slow;
|
||||
transform: none; // reset scale avoid mousePosition bug
|
||||
opacity: 0;
|
||||
user-select: none; // https://github.com/ant-design/ant-design/issues/11777
|
||||
}
|
||||
|
||||
&-mask {
|
||||
|
Loading…
Reference in New Issue
Block a user