Skip to content

Commit 041f095

Browse files
committed
Add horizontal scrollbar to tables that overflow
1 parent f6490d9 commit 041f095

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

admin/src/Components/CollectionTable.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,10 @@ const CollectionTable = (props) => {
163163
return (
164164
<div className={className}>
165165
{pagination}
166-
<div style={{ position: "relative", clear: "both" }}>
166+
<div
167+
style={{ position: "relative", clear: "both" }}
168+
className="uk-overflow-auto"
169+
>
167170
<table
168171
className={
169172
"uk-table uk-table-small uk-table-striped uk-table-hover" +

0 commit comments

Comments
 (0)