attempt to remove scroll bar on ReactTables
This commit is contained in:
parent
5d705c80a8
commit
299b0874c8
@ -14,3 +14,7 @@ a.white-link:active {
|
||||
color: azure;
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
.react-bootstrap-table {
|
||||
overflow-x: auto !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user