Skip to content

Commit

Permalink
fix: scrolling on settings page, close #171 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
13ruceYu committed Jul 10, 2023
1 parent d8d047b commit 0ad84bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const categorizedCollections = computed(() => categories.map(category => ({

<template>
<WithNavbar>
<div py4>
<div py-4 of-hidden grid="~ rows-[max-content_1fr]">
<!-- <h1 text-xl>
Features
</h1>
Expand All @@ -28,7 +28,7 @@ const categorizedCollections = computed(() => categories.map(category => ({
</p>
</div>

<div w-full px4 pb4 class="masonry">
<div of-y-auto w-full px4 pb4 class="masonry">
<div v-for="c of categorizedCollections" :key="c.name" mb-10>
<div flex py1 px2 break-inside-avoid>
<h1 font-bold op75 flex-auto>
Expand Down

0 comments on commit 0ad84bf

Please sign in to comment.