Skip to content

Commit a2209e9

Browse files
committed
Set banner top most
1 parent c0ba412 commit a2209e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/javascript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
});
3939
</script>
4040

41-
<div id="tracking-banner" class="hidden pointer-events-none fixed inset-x-0 bottom-0 px-6 pb-6">
41+
<div id="tracking-banner" class="hidden pointer-events-none fixed inset-x-0 bottom-0 px-6 pb-6 z-50">
4242
<div class="pointer-events-auto mx-auto max-w-xl rounded-xl bg-white p-6 shadow-lg ring-1 ring-gray-900/10">
4343
<p class="text-sm leading-6 text-gray-900 prose">{{ i18n "key.cookie-banner" | markdownify }}</p>
4444
<div class="mt-4 flex items-center gap-x-5">

0 commit comments

Comments
 (0)