Skip to content

Commit

Permalink
chore(examples): in document mode, the toolbar should overlay the popup
Browse files Browse the repository at this point in the history
  • Loading branch information
luolonghao committed Oct 21, 2024
1 parent 139fc23 commit 68e0a8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/document-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
position: fixed;
top: 0;
width: 100%;
z-index: 3;
z-index: 1000;
}
.document .lake-editor {
padding: 0;
Expand All @@ -21,7 +21,7 @@
background-color: #fff;
border-left: none;
border-right: none;
z-index: 2;
z-index: 999;
}
.document .lake-editor .lake-root {
margin: 130px auto;
Expand All @@ -30,4 +30,5 @@
background-color: #fff;
height: auto;
min-height: 800px;
overflow: visible;
}

0 comments on commit 68e0a8c

Please sign in to comment.