fix tinymce modal z-index in tox

This commit is contained in:
Simon Vieille 2022-11-19 19:13:20 +01:00
parent dd5a2f55de
commit 6f5cda1bbc
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -662,3 +662,7 @@ form {
.gjs-one-bg {
background: map-get($theme-colors, 'dark-blue');
}
.tox.tox-silver-sink.tox-tinymce-aux {
z-index: 3000 !important;
}