fix(web): 🐛💄 make fixed column bg opaque

closes #2000
This commit is contained in:
Collin M. Barrett 2020-09-20 19:50:48 -05:00
parent f841824c29
commit f35a660fef

View file

@ -21,4 +21,7 @@
/* eliminate top and bottom padding in cells to fit more rows per page */
padding-top: 0px !important;
padding-bottom: 0px !important;
/* override td.ant-table-column-sort making fixed columns transparent */
background: rgb(20, 20, 20) !important;
}