Skip to content

Commit

Permalink
fix z-index issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thetinygoat committed May 18, 2020
1 parent f02f13b commit 2269437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style.css
Expand Up @@ -8,6 +8,7 @@
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 999999;
}

#timer-extension-wrapper-header{
Expand All @@ -25,6 +26,7 @@
display: flex;
align-items: center;
flex-direction: column;
z-index: 99999;
}

#timer-extension-wrapper #time{
Expand Down

0 comments on commit 2269437

Please sign in to comment.