Skip to content

Commit 32a0269

Browse files
committed
Enable side tag
1 parent 97df9ca commit 32a0269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SideTag.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
});
2929
</script>
3030

31-
<div class="fixed right-0 top-1/4 z-50 flex hidden transform print:hidden">
31+
<div class="fixed right-0 top-1/4 z-50 flex transform print:hidden">
3232
<button
3333
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"
3434
on:click={togglePopup}

0 commit comments

Comments
 (0)