Skip to content

Commit 6dae6fe

Browse files
committed
attempt to remove z-index++. Why is it changing?
1 parent 0546eeb commit 6dae6fe

File tree

1 file changed

+0
-1
lines changed
  • packages/host/app/components/card-catalog

1 file changed

+0
-1
lines changed

packages/host/app/components/card-catalog/modal.gts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ export default class CardCatalogModal extends Component<Signature> {
298298
createNewCard?: CreateNewCard;
299299
},
300300
): Promise<undefined | T> {
301-
this.zIndex++;
302301
return (await this._chooseCard.perform(
303302
{
304303
// default to title sort so that we can maintain stability in

0 commit comments

Comments
 (0)