Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Update the z-index value of the settings menu (#670)
Browse files Browse the repository at this point in the history
* Updated the z-index value of the settings menu

* Increases z-index to allow layering
  • Loading branch information
hilaryhacksel authored Sep 16, 2016
1 parent 7d422d1 commit 76d3f74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/styles/components/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

.setting-dropdown {
-webkit-user-select: none;
z-index: 200;

& input {
vertical-align: text-bottom;
Expand All @@ -27,7 +28,7 @@
.logo {
margin-top: 4px;
margin-left: 5px;
margin-right: 10px;
margin-right: 10px;
width: 20px;
height: 22px;
}
}

0 comments on commit 76d3f74

Please sign in to comment.