fix: keep metric catalog above table header
This commit is contained in:
@@ -1550,6 +1550,7 @@ describe("market-content-entry", () => {
|
||||
) as HTMLInputElement | null;
|
||||
|
||||
expect(catalogPanel?.hidden).toBe(true);
|
||||
expect(catalogPanel?.style.zIndex).toBe("100");
|
||||
expect(finishRule?.hidden).toBe(false);
|
||||
expect(interactionRule?.hidden).toBe(true);
|
||||
expect(interactionRule?.style.display).toBe("none");
|
||||
|
||||
Reference in New Issue
Block a user