Skip to content
This repository was archived by the owner on Aug 21, 2026. It is now read-only.

Commit 8683812

Browse files
committed
Enhance main layout with custom scrollbar styles for improved aesthetics
1 parent afb85ea commit 8683812

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pages/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ const { data: recipes, pending, error } = useFetch('http://localhost:5000/recipe
2828
<style scoped>
2929
main {
3030
overflow-y: auto;
31+
scrollbar-color: var(--color-quinary) transparent;
32+
scrollbar-width: thin;
3133
}
3234
3335
#recipe-list>div {

0 commit comments

Comments
 (0)