mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-23 00:26:33 +00:00
add scrollTo where needed
A couple of tour steps could benefit from a scrollTo for users on smallers screens.
This commit is contained in:
parent
a4714f097f
commit
2455aadbfd
2 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,7 @@
|
|||
element: "#tour-privacy-select",
|
||||
on: "left",
|
||||
},
|
||||
scrollTo: true,
|
||||
buttons: [
|
||||
{
|
||||
action() {
|
||||
|
|
|
@ -81,6 +81,7 @@
|
|||
element: "#tour-privacy",
|
||||
on: "left",
|
||||
},
|
||||
scrollTo: true,
|
||||
buttons: [
|
||||
{
|
||||
action() {
|
||||
|
|
Loading…
Reference in a new issue