mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
Fix that focusable element in inactive panel cause tabs disappear
close #11261
This commit is contained in:
parent
36fc837f02
commit
b6e9646a6a
@ -238,6 +238,9 @@
|
||||
height: 0;
|
||||
padding: 0 !important;
|
||||
pointer-events: none;
|
||||
input {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
> .@{tab-prefix-cls}-content-animated {
|
||||
|
Loading…
Reference in New Issue
Block a user