Skip to content

Commit 9d3c1da

Browse files
committed
Remove scrollbar from iterations footer iterations
1 parent 33221a9 commit 9d3c1da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/css/ui-kit/scroll.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
white 20px,
1515
white 95%,
1616
transparent
17-
);
17+
) !important;
1818
mask-image: linear-gradient(
1919
to right,
2020
transparent,
2121
white 20px,
2222
white 95%,
2323
transparent
24-
);
24+
) !important;
2525
@apply pl-20 pr-[5%];
2626
}
2727

app/javascript/components/mentoring/session/IterationsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const IterationsList = ({
5858

5959
return (
6060
<>
61-
<nav className="iterations">
61+
<nav className="iterations scroll-x-hidden">
6262
{iterations.map((iteration) => (
6363
<IterationButton
6464
key={iteration.idx}

0 commit comments

Comments
 (0)