attempt to remove scroll bar on ReactTables

This commit is contained in:
pepper 2021-01-21 01:26:00 -05:00
parent 5d705c80a8
commit 299b0874c8

View File

@ -1,16 +1,20 @@
a.white-link:link {
color: azure;
font-size: large;
color: azure;
font-size: large;
}
a.white-link:hover {
color: azure;
font-size: large;
color: azure;
font-size: large;
}
a.white-link:visited {
color: azure;
font-size: large;
color: azure;
font-size: large;
}
a.white-link:active {
color: azure;
font-size: large;
}
color: azure;
font-size: large;
}
.react-bootstrap-table {
overflow-x: auto !important;
}