Clicking or tabbing to "log out" displays the accessibility outline, which then, as this is positioned absolutely right, causes a horizontal scrollbar to appear.

Comments

scott m. sanders’s picture

I added the following to my theme CSS and seemed to nix this one too:

a:active {
outline:none
}

a:focus {
-moz-outline-style:none
}
sun’s picture

Title: Outline on Logout Causes Scrollbar » Outline on Logout causes scrollbar
Version: 6.x-1.5 » 7.x-3.x-dev
Category: task » bug

Nicey. Will investigate soon. Hopefully, others can help to patch, debug, and test this.

petsagouris’s picture

Status: Active » Closed (cannot reproduce)

I can't reproduce this old, minor bug anymore.