attempt to remove scroll bar on ReactTables
This commit is contained in:
parent
5d705c80a8
commit
299b0874c8
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user