Improve heatmap layer coloring and opacity

Also fix cell selection with heatmap layer disabled.
This commit is contained in:
2022-01-17 17:10:59 -05:00
parent fb13ebfa6c
commit 8d94b68332
3 changed files with 18 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
left: 0;
z-index: 1;
height: 100%;
background-color: #f5f5f5;
background-color: #fbefd5;
overflow-x: hidden;
width: 300px;
padding: 12px;