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