Skip to content

fix: tooltip native top position #1623

fix: tooltip native top position

fix: tooltip native top position #1623

Workflow file for this run

# name: 'Integration test'
# run-name: 'Integration Test'
# on: [pull_request]
# jobs:
# test:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2
# - uses: actions/setup-node@v3
# with:
# node-version: 16.x
# - name: Run Tests
# run: |
# yarn
# yarn build
# cd example/storybook
# yarn test