Skip to content

Commit

Permalink
Dev: Decrease z-index to 1000 of top bar so it's under the modal back…
Browse files Browse the repository at this point in the history
…ground
  • Loading branch information
olleharstedt committed Jan 27, 2016
1 parent 479c69e commit 488c9d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion styles/Sea_Green/css/lime-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,8 @@ html {
border-bottom: 1px solid #e3e3e3;
box-shadow: 0 3px 3px rgba(99, 49, 48, 0.1);
background-color: #ffffff;
z-index: 2000; }
z-index: 1000;
}

.tab-content {
padding-top: 2em; }
Expand Down

0 comments on commit 488c9d7

Please sign in to comment.