Skip to content

Commit

Permalink
Ensure paginator in D1 catalog footer is clickable
Browse files Browse the repository at this point in the history
Fixes #2156
  • Loading branch information
robyngit committed Jul 13, 2023
1 parent e16d626 commit f56642e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/js/themes/dataone/css/metacatui.css
Original file line number Diff line number Diff line change
Expand Up @@ -1782,9 +1782,14 @@ h5.result-header-count {
}

/*-- Pagination widget --*/
#results-container .pagination {
z-index: 1000;
position: relative;

}
.pagination {
padding-left: 10px;
margin: 0px 0px 10px;
margin: 0px 0px 30px;
}

.pagination ul {
Expand Down

0 comments on commit f56642e

Please sign in to comment.