mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-28 21:31:04 +00:00
fix: i am not the only contributor, jumping scrollbar fixed
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
padding: 0;
|
||||
font-size: 100%;
|
||||
box-sizing: border-box;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
:global(body) {
|
||||
|
||||
@@ -1,7 +1,13 @@
|
||||
<script>
|
||||
import ContributorHost from '$lib/components/molecules/ContributorHost.svelte';
|
||||
</script>
|
||||
let peoples = [
|
||||
"Ushie",
|
||||
"afnzmn",
|
||||
"baiorett",
|
||||
"PickleNik",
|
||||
]
|
||||
</script>
|
||||
|
||||
<div class="wrapper">
|
||||
<ContributorHost></ContributorHost>
|
||||
<ContributorHost {peoples}></ContributorHost>
|
||||
</div>
|
||||
Reference in New Issue
Block a user