Skip to content

Commit

Permalink
Update App.svelte (matschik#141)
Browse files Browse the repository at this point in the history
Fix horizontal scroll in small screen
  • Loading branch information
dangkhoipro authored Feb 9, 2023
1 parent bca04b9 commit c93483b
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 @@ -130,7 +130,7 @@
<div class="flex">
<Aside />
<div class="pb-8 w-full">
<div class="pb-8 w-10 grow">
<div
class="flex px-6 lg:px-20 py-2 sticky top-0 z-10 w-full backdrop-blur bg-gray-900/80 border-b border-gray-700 whitespace-nowrap overflow-x-auto"
>
Expand Down

0 comments on commit c93483b

Please sign in to comment.