Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit e2539f1

Browse files
Scroll fade for breadcrumbs
1 parent ada68c4 commit e2539f1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

res/css/structures/_LeftPanel2.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,18 @@ $tagPanelWidth: 70px; // only applies in this file, used for calculations
7373
overflow-y: hidden;
7474
overflow-x: scroll;
7575
margin-top: 8px;
76+
77+
&.mx_IndicatorScrollbar_leftOverflow {
78+
mask-image: linear-gradient(90deg, transparent, black 10%);
79+
}
80+
81+
&.mx_IndicatorScrollbar_rightOverflow {
82+
mask-image: linear-gradient(90deg, black, black 90%, transparent);
83+
}
84+
85+
&.mx_IndicatorScrollbar_rightOverflow.mx_IndicatorScrollbar_leftOverflow {
86+
mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
87+
}
7688
}
7789
}
7890

0 commit comments

Comments
 (0)