Skip to content

fix: change start offset to prevent scrollbars #7

fix: change start offset to prevent scrollbars

fix: change start offset to prevent scrollbars #7

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v2
with:
run_install: true
version: 8
- name: Build
run: pnpm build