fix: wave ting scrollin

This commit is contained in:
Nikita Krupin
2022-08-15 18:59:45 -04:00
parent e30d596dd4
commit 9d367ff31f
2 changed files with 3 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
<style>
svg {
position: absolute;
position: fixed;
z-index: -2;
bottom:0;
transform: translateY(20%);

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View File

@@ -41,6 +41,8 @@
}
:global(html) {
margin: 0;
padding: 0;
font-size: 100%;
box-sizing: border-box;
}