Skip to content

Commit

Permalink
Fix clickthrough menu bar problem (#537)
Browse files Browse the repository at this point in the history
refs #536
  • Loading branch information
cheungpat committed Jan 4, 2024
1 parent 786f78c commit c3cd2e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MenuBar.svelte
Expand Up @@ -13,5 +13,6 @@
position: sticky;
bottom: 0;
isolation: isolate;
z-index: 1;
}
</style>

0 comments on commit c3cd2e3

Please sign in to comment.