button shows on the left side while the right side settings specified

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

marianoog created an issue. See original summary.

gnuschichten’s picture

Until it is not fixed, you can force it by CSS. Not very elegant, I know...

/* Back to top button */
#back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  margin-left: 10px;
  z-index:499;
mlo’s picture

I provide a patch to solve that.

I've deleted a point in attached css.

gnuschichten’s picture

Thank you! It works.

vpshah86’s picture

Yes.#3 is working fine.

vpshah86’s picture

Status: Active » Reviewed & tested by the community

AstonVictor made their first commit to this issue’s fork.

AstonVictor’s picture

Status: Reviewed & tested by the community » Fixed

thanks for the patch.

fixed and merged.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.