mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +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;
|
height: 0;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
input {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> .@{tab-prefix-cls}-content-animated {
|
> .@{tab-prefix-cls}-content-animated {
|
||||||
|
Loading…
Reference in New Issue
Block a user