virtual mode issue fix.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user