Skip to content

Commit 73112a9

Browse files
committed
fix: reduce the z-index of empty mask
1 parent bd3fb78 commit 73112a9

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

src/ext/extension-page/Components/Editor/Editor.svelte

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -255,19 +255,16 @@
255255
}
256256
257257
.editor__empty {
258-
align-items: center;
259258
background-color: inherit;
260259
color: var(--text-color-disabled);
261-
display: flex;
262260
font: var(--text-large);
263-
height: 100%;
264-
justify-content: center;
265-
left: 0;
266261
letter-spacing: var(--letter-spacing-large);
262+
display: flex;
263+
place-content: center;
264+
place-items: center;
267265
position: absolute;
268-
top: 0;
269-
width: 100%;
270-
z-index: 85;
266+
inset: 0;
267+
z-index: 10;
271268
}
272269
273270
.editor__header {

0 commit comments

Comments
 (0)