mirror of
https://github.com/ClaperCo/Claper.git
synced 2025-12-16 11:57:58 +01:00
Fix tour button position
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user