Fix tour button position

This commit is contained in:
Alex Lion
2025-01-02 14:22:55 +01:00
parent 56ad2c1cf6
commit 94d9641d96
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
data-finish-label={gettext("Finish")}
data-group="create-event"
>
<div id="product-tour-btn-form" class="hidden absolute bottom-5 right-5 z-30">
<div id="product-tour-btn-form" class="hidden fixed bottom-5 right-5 z-30">
<button class="close absolute -top-1.5 -right-1.5 bg-red-500 text-white rounded-full">
<svg
xmlns="http://www.w3.org/2000/svg"

View File

@@ -1,5 +1,5 @@
<div class="mx-3 md:max-w-3xl lg:max-w-5xl md:mx-auto">
<div id="product-tour-btn" class="hidden absolute bottom-5 right-5 z-30">
<div id="product-tour-btn" class="hidden fixed bottom-5 right-5 z-30">
<button class="close absolute -top-1.5 -right-1.5 bg-red-500 text-white rounded-full">
<svg
xmlns="http://www.w3.org/2000/svg"

View File

@@ -6,7 +6,7 @@
data-max-page={@event.presentation_file.length}
data-current-page={@state.position}
>
<div id="product-tour-btn" class="hidden absolute bottom-5 right-5 z-30">
<div id="product-tour-btn" class="hidden fixed bottom-5 right-5 z-30">
<button class="close absolute -top-1.5 -right-1.5 bg-red-500 text-white rounded-full">
<svg
xmlns="http://www.w3.org/2000/svg"