Skip to content

Commit 1cac355

Browse files
authoredOct 24, 2021
Toolbar: Set z-index of .toolbar to 10 (#3163)
1 parent 4eb81fa commit 1cac355

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎plugins/toolbar/prism-toolbar.css

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ div.code-toolbar {
44

55
div.code-toolbar > .toolbar {
66
position: absolute;
7+
z-index: 10;
78
top: .3em;
89
right: .2em;
910
transition: opacity 0.3s ease-in-out;

‎plugins/toolbar/prism-toolbar.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)