We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b467298 commit 9e95458Copy full SHA for 9e95458
src/index.scss
@@ -326,7 +326,7 @@ header {
326
327
.header-action-bar {
328
background-color: #fff;
329
- z-index: 3;
+ z-index: 2 !important;
330
box-shadow: 0px 2px 4px rgb(0 0 0 / 15%), 0px 2px 8px rgb(0 0 0 / 15%);
331
position: sticky;
332
top: 0;
@@ -344,6 +344,10 @@ header {
344
}
345
346
347
+.tox-tinymce-aux {
348
+ z-index: 1 !important;
349
+}
350
+
351
.breadcrumb-menu {
352
z-index: 1;
353
0 commit comments