Skip to content

Commit

Permalink
fix: framework navbar scroll (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavomorinaga authored Dec 13, 2023
1 parent 4e73bd7 commit 5aa99ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<Aside />
<div class="pb-8 w-10 grow">
<div
class="no-scroll flex px-6 lg:px-20 py-2 sticky top-0 z-20 w-full backdrop-blur bg-gray-900/80 border-b border-gray-700 whitespace-nowrap overflow-x-auto"
class="flex px-6 lg:px-20 py-2 sticky top-0 z-20 w-full backdrop-blur bg-gray-900/80 border-b border-gray-700 whitespace-nowrap overflow-x-auto"
>
{#each [...frameworksSelected, ...frameworksNotSelected] as framework (framework.id)}
<button
Expand Down

0 comments on commit 5aa99ac

Please sign in to comment.