File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -237,7 +237,8 @@ export default {
237237 top: 0 ;
238238 bottom: 0 ;
239239 width: 100 % ;
240- z- index: 10021 ; // above modal-header so menubar is always on top
240+ // Display above link previews and tables, but below dialogs and calendar event popover
241+ z- index: 4 ;
241242 background- color: var (-- color- main- background- translucent);
242243 backdrop- filter: var (-- background- blur);
243244 border- bottom: 1px solid var (-- color- border);
Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ export default defineComponent({
111111 top : 0 ;
112112 bottom : var (--default-grid-baseline );
113113 width : 100% ;
114- z-index : 10021 ; // above modal-header so menubar is always on top
114+ // Display above link previews and tables, but below dialogs and calendar event popover
115+ z-index : 4 ;
115116 background-color : var (--color-main-background-translucent );
116117 backdrop-filter : var (--background-blur );
117118 max-height : var (
You can’t perform that action at this time.
0 commit comments