Skip to content

Commit

Permalink
Toolbar: Set z-index of .toolbar to 10 (#3163)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonweiting committed Oct 24, 2021
1 parent 4eb81fa commit 1cac355
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
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 1cac355

Please sign in to comment.