Skip to content

Commit

Permalink
fix: Vertical Scrollbar Appear on Full Stack NN
Browse files Browse the repository at this point in the history
  • Loading branch information
Keshav-writes-code committed Sep 27, 2024
1 parent e677536 commit 6d4f82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NN_comps/NN_layers.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</script>

<div
class="sm:gap-8 h-730px shadow-2xl border-base-content/20 b-1 py-8 sm:px-10 px-6 rounded-lg overflow-x-auto w-full grid grid-cols-[auto_auto_1fr_auto_auto] "
class="sm:gap-8 h-739px shadow-2xl border-base-content/20 b-1 py-8 sm:px-10 px-6 rounded-lg overflow-x-auto w-full grid grid-cols-[auto_auto_1fr_auto_auto] "
>
<div class=" flex flex-col gap-2 items-center">
<div
Expand Down

0 comments on commit 6d4f82c

Please sign in to comment.