fix: Fix z-index rendering issue when card is expanded (#2274)
- Closes #2155
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { setOrRemoveAttribute } from '../utils/basic';
|
||||
import { CardExpandAPI } from './types';
|
||||
|
||||
export class ExpandManager {
|
||||
@@ -28,6 +29,11 @@ export class ExpandManager {
|
||||
|
||||
this._expanded = expanded;
|
||||
this._setConditionState();
|
||||
setOrRemoveAttribute(
|
||||
this._api.getCardElementManager().getElement(),
|
||||
expanded,
|
||||
'expanded',
|
||||
);
|
||||
this._api.getCardElementManager().update();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user