Skip to content

Commit

Permalink
Merge pull request #64 from ATOR-Development/leggo/phase-1/dev
Browse files Browse the repository at this point in the history
snap-y snap-mandatory remove
  • Loading branch information
MarcoMandar authored Aug 21, 2024
2 parents a28bcbc + 738293b commit 692036b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ onMounted(() => {

<div
id="scrollArea"
class="h-[calc(100svh-62px)] sm:h-full snap-y snap-mandatory scroll-pt-4 overflow-y-auto scroll-smooth px-6 pb-16 [mask-image:linear-gradient(to_bottom,black_90%,transparent)] lg:grid lg:h-auto lg:grid-cols-8 lg:gap-6"
class="h-[calc(100svh-62px)] sm:h-full scroll-pt-4 overflow-y-auto scroll-smooth px-6 pb-16 [mask-image:linear-gradient(to_bottom,black_90%,transparent)] lg:grid lg:h-auto lg:grid-cols-8 lg:gap-6"
>
<section class="relative flex flex-col gap-6 lg:col-span-8 lg:mt-6">
<slot></slot>
Expand Down

0 comments on commit 692036b

Please sign in to comment.