Skip to content

Commit

Permalink
Set z-index of .toolbar to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonweiting committed Oct 24, 2021
1 parent 3755120 commit 9dd9ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions plugins/toolbar/prism-toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ div.code-toolbar {

div.code-toolbar > .toolbar {
position: absolute;
z-index: 10;
top: .3em;
right: .2em;
transition: opacity 0.3s ease-in-out;
Expand Down
2 changes: 1 addition & 1 deletion plugins/toolbar/prism-toolbar.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9dd9ac9

Please sign in to comment.