diff --git a/web/src/index.css b/web/src/index.css index 433d713..56113f1 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -13,3 +13,19 @@ width: 100vw; height: 100vh; } + +::-webkit-scrollbar { + width: 2px; +} + +::-webkit-scrollbar-track { + background: #25262b; +} + +::-webkit-scrollbar-thumb { + background: #909296; +} + +::-webkit-scrollbar-thumb:hover { + background: #a6a7ab; +} diff --git a/web/src/pages/root/Root.svelte b/web/src/pages/root/Root.svelte index ea1785b..2723692 100644 --- a/web/src/pages/root/Root.svelte +++ b/web/src/pages/root/Root.svelte @@ -3,14 +3,31 @@ import { IconSearch } from '@tabler/icons-svelte'; import { router } from 'tinro'; - const resources = ['ox_core', 'oxmysql', 'ox_inventory', 'ox_doorlock', 'ox_lib', 'ox_vehicleshop', 'ox_target']; + const resources = [ + 'ox_core', + 'oxmysql', + 'ox_inventory', + 'ox_doorlock', + 'ox_lib', + 'ox_vehicleshop', + 'ox_target', + 'ox_core', + 'oxmysql', + 'ox_inventory', + 'ox_doorlock', + 'ox_lib', + 'ox_vehicleshop', + 'ox_target', + ];
Resources
- -Resources
+ +