mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-11 13:46:17 +00:00
fix: wave ting scrollin
This commit is contained in:
@@ -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 |
@@ -41,6 +41,8 @@
|
||||
}
|
||||
|
||||
:global(html) {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user