-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui): add option to make steps scrollable EBS-1314 (#227)
* feat(ui): add option to make steps scrollable EBS-1314 * fix(ui): axe storybook check EBS-1314 * feat(ui): code review changes EBS-1314 * fix(ui): axe aria-label error EBS-1314 --------- Co-authored-by: Vanessa.Jalakas <vanessa.jalakas@nortal.ee>
- Loading branch information
1 parent
73a81dd
commit 6d77fb1
Showing
6 changed files
with
226 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,7 @@ $cvi-z-indexes: ( | |
'datepicker': ( | ||
'__calender', | ||
), | ||
'steps': ( | ||
'__scroll-button', | ||
), | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.