Skip to content

Commit

Permalink
Merge pull request #630 from piotrpdev/fix-sticky-lab-nav
Browse files Browse the repository at this point in the history
Fix lab side nav not sticking
  • Loading branch information
edeleastar committed Jan 19, 2024
2 parents dd76817 + e8faac2 commit c7295bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/lib/ui/app-shells/CourseShell.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<SecondaryNavigator />
</svelte:fragment>
{#key $transitionKey}
<div id="app" class="h-full overflow-hidden">
<div id="app" class="h-full">
<div id="top" />
<div class="mx-auto my-4">
<div in:fade={{ duration: 300, delay: 200 }}>
Expand Down

0 comments on commit c7295bb

Please sign in to comment.