Skip to content

Commit ad6b108

Browse files
committedDec 10, 2023
Keep cell values background transparent
Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
1 parent d9e4a3a commit ad6b108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/webviewToolkit.ts

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const head = /*html*/`
3535
.cellValue {
3636
display: table-cell;
3737
padding-left: 10px;
38+
background-color: transparent;
3839
}
3940
</style>`;
4041

0 commit comments

Comments
 (0)