table z-index调整

This commit is contained in:
tangly1024
2022-03-03 21:32:54 +08:00
parent 9336249a0a
commit e4ce0a5678

View File

@@ -992,7 +992,7 @@ svg.notion-page-icon {
.notion-board-header {
display: flex;
position: absolute;
z-index: 82;
z-index: 30;
height: 44px;
min-width: 100%;
}
@@ -1749,7 +1749,7 @@ pre[class*='language-'] {
.notion-table-header {
display: flex;
position: absolute;
z-index: 82;
z-index:30;
height: 33px;
color: var(--fg-color-3);
min-width: var(--notion-max-width);