Make pagination and Breadcrumb overflow-x scroll

This commit is contained in:
Alice Gaudon 2021-11-09 17:49:39 +01:00
parent 8254c6cb47
commit ee4ca0f49b
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@
padding: 0 8px;
list-style: none;
overflow: hidden;
overflow-x: auto;
border-radius: 5px;

View File

@ -20,11 +20,12 @@
display: flex;
flex-direction: row;
width: fit-content;
max-width: 100%;
margin: 8px auto;
padding: 0;
list-style: none;
overflow: hidden;
overflow-x: auto;
border-radius: 5px;