Skip to content

Commit

Permalink
fix settings menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Martin committed Mar 10, 2018
1 parent 8cb89d0 commit 5835da1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,19 @@ h2 {
margin-left: 8px;
}

.settings-menu-content:before {
content: '';
display: block;
height: 40px;
width: 100%;
position: absolute;
top: -40px;
}

.settings-menu-content {
display: none;
position: absolute;
z-index: 4;
z-index: 5;
padding: 16px;
right: 0;
background-color: #0f1010;
Expand Down

0 comments on commit 5835da1

Please sign in to comment.