File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ export default {
240240/* Format page title in PageContainer.vue and PageVersion.vue */
241241.page-title {
242242 position : relative ;
243- z-index : 10022 ;
243+ z-index : 9001 ;
244244 padding : 0 8px ;
245245}
246246
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ page-info-bar {
150150 top : 0 ;
151151 bottom : var (--default-grid-baseline );
152152 width : var (--text-editor-max-width , var (--text-editor-max-width-default ));
153- z-index : 10021 ;
153+ z-index : 9000 ;
154154 background-color : var (--color-main-background-translucent );
155155 backdrop-filter : var (--background-blur );
156156 height : var (--default-clickable-area );
Original file line number Diff line number Diff line change 1111 --text-editor-max-width : calc (100% - 2 * 40px );
1212}
1313
14+ .text-menubar {
15+ z-index : 9000 !important ;
16+ }
17+
1418.sheet-view {
1519 & .landing-page-widgets ,
1620 .page-heading-skeleton ,
3438 border-radius : var (--border-radius-large );
3539 box-shadow : 0 1px 10px var (--color-box-shadow );
3640 background-color : var (--color-main-background );
37- z-index : 10021 ;
41+ z-index : 9000 ;
3842}
3943
4044@media print {
You can’t perform that action at this time.
0 commit comments