Skip to content

Commit

Permalink
Enable side tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Sep 16, 2024
1 parent 97df9ca commit 32a0269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SideTag.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
});
</script>

<div class="fixed right-0 top-1/4 z-50 flex hidden transform print:hidden">
<div class="fixed right-0 top-1/4 z-50 flex transform print:hidden">
<button
class="origin-top-left -translate-y-1/2 translate-x-full rotate-90 cursor-pointer rounded-b-lg bg-teal px-4 py-2 text-white shadow-md shadow-navy transition-shadow duration-300 hover:shadow"
on:click={togglePopup}
Expand Down

0 comments on commit 32a0269

Please sign in to comment.