Skip to content

Commit 9197fb6

Browse files
committed
fix: css tweak to prevent overflow
1 parent 8d4e037 commit 9197fb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/components/Popover.svelte

+1
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,6 @@
9696
top: 50%;
9797
left: 50%;
9898
z-index: 10;
99+
overflow: hidden;
99100
}
100101
</style>

0 commit comments

Comments
 (0)