Skip to content

🐛 fix(bal-carousel): Scroll Y on mobile blocked and Controls have wrong z index #1104

🐛 fix(bal-carousel): Scroll Y on mobile blocked and Controls have wrong z index

🐛 fix(bal-carousel): Scroll Y on mobile blocked and Controls have wrong z index #1104

Workflow file for this run

name: Auto Issue Branch
on:
issue_comment:
types: [ created ]
pull_request:
types: [ closed ]
jobs:
create_issue_branch_job:
runs-on: ubuntu-latest
steps:
- name: Create Issue Branch
uses: robvanderleek/create-issue-branch@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}