diff --git a/frontend/src/components/Pagination.js b/frontend/src/components/Pagination.js index 83abfcd..0f67c47 100644 --- a/frontend/src/components/Pagination.js +++ b/frontend/src/components/Pagination.js @@ -59,7 +59,7 @@ const Pagination = ({ setPage, page, pages, limit, setLimit, total }) => { return ( pages > 1 && ( - + ) ) } diff --git a/frontend/src/index.css b/frontend/src/index.css index 5b0a928..5c5a532 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -9,7 +9,6 @@ #sidebar { height: 100vh; transition: 0.7s ease-in-out; - min-width: 10rem; position: fixed; z-index: 1; }