virtual mode issue fix.

This commit is contained in:
2023-04-25 15:51:43 +08:00
parent d7728ebfd6
commit 0be2078c45
2 changed files with 15 additions and 14 deletions

View File

@ -6,6 +6,7 @@
display: flex;
flex-direction: column;
overflow: visible;
overflow-x: hidden;
& {
--cell-hover-bg-color: lightyellow;
@ -77,7 +78,6 @@
border-collapse: collapse;
border-spacing: 0;
table-layout: fixed;
position: relative;
tr {
position: relative;
@ -438,6 +438,7 @@
text-indent: 16px;
width: 100%;
font-size: var(--font-smaller-size);
height: var(--line-height);
line-height: var(--line-height);
}