Skip to content

Commit 1b9d933

Browse files
authored
Merge pull request #4 from bolt/bobdenotter-patch-1
Set z-index
2 parents 0e05ccc + b3f5284 commit 1b9d933

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/injector.html.twig

+5
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,10 @@
5353
.redactor-styles blockquote p {
5454
margin: 0;
5555
}
56+
57+
{# See: https://github.com/bolt/redactor/issues/3 #}
58+
.redactor-air, .redactor-toolbar {
59+
z-index: 40;
60+
}
5661
</style>
5762

0 commit comments

Comments
 (0)