Skip to content

Commit

Permalink
wip: split view
Browse files Browse the repository at this point in the history
  • Loading branch information
todti committed Feb 12, 2025
1 parent e9d7426 commit 2b78d84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export const TestResultSteps: FunctionalComponent<TestResultStepsProps> = ({ ste
setIsOpen={handleClick}
counter={steps?.length}
title={t("body")}
className={styles["test-result-steps-dropdown"]}
/>
{isOpened && (
<div className={styles["test-result-steps-root"]}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
border-top: 1px solid var(--on-border-muted);
}
}
.test-result-steps-dropdown {
position: sticky;
top: 192px;
background: var(--bg-base-primary);
z-index: 1;
}

.test-result-steps-root {
padding-left: 30px;
Expand Down

0 comments on commit 2b78d84

Please sign in to comment.