Skip to content

Commit

Permalink
Fixed Z-index for Sedra. #202
Browse files Browse the repository at this point in the history
  • Loading branch information
wsalesky committed May 24, 2018
1 parent 44ef77e commit 38a2b83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -884,15 +884,16 @@ pre {
display:none;
position: fixed;
width:24%;
min-height:150px;
max-height:200px;
min-height:250px;
max-height:400px;
top:125px;
box-shadow: 8px 8px 3px #999;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
overflow-y:scroll;
overflow-x:hidden;
z-index: 125;
}
#footnoteDisplay {
display:none;
Expand Down

0 comments on commit 38a2b83

Please sign in to comment.