Skip to content

Commit 94d9641

Browse files
committed
Fix tour button position
1 parent 56ad2c1 commit 94d9641

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/claper_web/live/event_live/event_form_component.html.heex

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

lib/claper_web/live/event_live/index.html.heex

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

lib/claper_web/live/event_live/manage.html.heex

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

0 commit comments

Comments
 (0)