Skip to content

Fixed the z-index of the sidebar when using devices with large screens to prevent overlapping #418

Fixed the z-index of the sidebar when using devices with large screens to prevent overlapping

Fixed the z-index of the sidebar when using devices with large screens to prevent overlapping #418

Workflow file for this run

on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
- run: npm run lint