Skip to content

Commit

Permalink
Update repository-block.css
Browse files Browse the repository at this point in the history
Added z-index to .ebg-br-wrapper .ebg-br-main{} to fix issues audrasjb#5 and audrasjb#14
  • Loading branch information
mjbohn authored Mar 22, 2023
1 parent 05de86f commit bd7c037
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repository-block.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
display: inline-block;
margin: 0;
padding: 0;
z-index: 10;
}

.ebg-br-wrapper .ebg-br-title {
Expand Down Expand Up @@ -136,4 +137,4 @@
position: absolute;
width: 1px;
word-wrap: normal !important;
}
}

0 comments on commit bd7c037

Please sign in to comment.