Skip to content

Commit

Permalink
fix: move particles on landing page behind content on page (#133)
Browse files Browse the repository at this point in the history
<!--

Thank you for contributing to the ZKsync Docs!

Before submitting the PR, please make sure you do the following:

- Update your PR title to follow [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/)
- Read the [Contributing
Guide](https://github.com/matter-labs/zksync-docs/blob/main/CONTRIBUTING.md).
- Understand our [Code of
Conduct](https://github.com/matter-labs/zksync-docs/blob/main/CODE_OF_CONDUCT.md)
- Please delete any unused parts of the template when submitting your PR

-->

# Description

Move the particles animation (on the landing page) to behind the content
displayed

## Linked Issues

<!-- If you have any issues this PR is related to, link them here. -->
<!--
Check out
https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue
on how to automate linking a GitHub Issue to a PR.
-->

## Additional context


![image](https://github.com/matter-labs/zksync-docs/assets/1890113/cecd6d10-4df2-4d46-8ed3-11a6599f254a)
  • Loading branch information
MexicanAce authored Jun 16, 2024
1 parent d713520 commit 9727362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ defineOgImage({
<vue-particles
id="tsparticles"
url="particles.json"
style="z-index: -10"
/>
</ClientOnly>
<template #headline>
Expand Down

0 comments on commit 9727362

Please sign in to comment.