We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7ebca commit e05d69fCopy full SHA for e05d69f
2 files changed
app/css/ui-kit/scroll.css
@@ -14,14 +14,14 @@
14
white 20px,
15
white 95%,
16
transparent
17
- );
+ ) !important;
18
mask-image: linear-gradient(
19
to right,
20
transparent,
21
22
23
24
25
@apply pl-20 pr-[5%];
26
}
27
app/javascript/components/mentoring/session/IterationsList.tsx
@@ -58,7 +58,7 @@ export const IterationsList = ({
58
59
return (
60
<>
61
- <nav className="iterations">
+ <nav className="iterations scroll-x-hidden">
62
{iterations.map((iteration) => (
63
<IterationButton
64
key={iteration.idx}
0 commit comments