We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6490d9 commit 041f095Copy full SHA for 041f095
admin/src/Components/CollectionTable.js
@@ -163,7 +163,10 @@ const CollectionTable = (props) => {
163
return (
164
<div className={className}>
165
{pagination}
166
- <div style={{ position: "relative", clear: "both" }}>
+ <div
167
+ style={{ position: "relative", clear: "both" }}
168
+ className="uk-overflow-auto"
169
+ >
170
<table
171
className={
172
"uk-table uk-table-small uk-table-striped uk-table-hover" +
0 commit comments