diff --git a/src/components/CollectiveContainer.vue b/src/components/CollectiveContainer.vue index 11b4ea2d8..53e81ef47 100644 --- a/src/components/CollectiveContainer.vue +++ b/src/components/CollectiveContainer.vue @@ -240,7 +240,7 @@ export default { /* Format page title in PageContainer.vue and PageVersion.vue */ .page-title { position: relative; - z-index: 10022; + z-index: 9001; padding: 0 8px; } diff --git a/src/components/Page/PageInfoBar.vue b/src/components/Page/PageInfoBar.vue index 85e64b9ee..6a8e516e6 100644 --- a/src/components/Page/PageInfoBar.vue +++ b/src/components/Page/PageInfoBar.vue @@ -150,7 +150,7 @@ page-info-bar { top: 0; bottom: var(--default-grid-baseline); width: var(--text-editor-max-width, var(--text-editor-max-width-default)); - z-index: 10021; + z-index: 9000; background-color: var(--color-main-background-translucent); backdrop-filter: var(--background-blur); height: var(--default-clickable-area); diff --git a/src/css/editor.scss b/src/css/editor.scss index 0c72c1b94..fa1c691f0 100644 --- a/src/css/editor.scss +++ b/src/css/editor.scss @@ -11,6 +11,10 @@ --text-editor-max-width: calc(100% - 2 * 40px); } +.text-menubar { + z-index: 9000 !important; +} + .sheet-view { &.landing-page-widgets, .page-heading-skeleton, @@ -34,7 +38,7 @@ border-radius: var(--border-radius-large); box-shadow: 0 1px 10px var(--color-box-shadow); background-color: var(--color-main-background); - z-index: 10021; + z-index: 9000; } @media print {