Skip to content
Snippets Groups Projects
Unverified Commit 7cc7e844 authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

remove unnecessary X scrollbar (#21890)

parent 5845dbbe
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ export default function ErrorOverview(props) {
sorting.column,
getSortOrder(sorting.isAscending),
)}
className={"mt2 bounded-overflow-x-scroll"}
className="mt2 bounded-overflow-x-auto"
/>
)}
</AuditParameters>
......
......@@ -26,9 +26,9 @@
overflow-x: scroll;
}
.bounded-overflow-x-scroll {
.bounded-overflow-x-auto {
width: 100%;
overflow-x: scroll;
overflow-x: auto;
}
.overflow-y-scroll {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment