Skip to content

Commit

Permalink
fix: shortcut tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
dougfabris committed Dec 5, 2023
1 parent 03ebd32 commit c729ebe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const AccessibilityShortcut = () => {

const customButtonClass = css`
position: absolute;
top: 2px;
left: 2px;
z-index: 99;
&:not(:focus) {
width: 1px;
Expand Down

0 comments on commit c729ebe

Please sign in to comment.