Skip to content
Snippets Groups Projects

Ensure that users don't get 404 using pagination

Merged Ciarán Ainsworth requested to merge pagination-improvements into main
Files
3
@@ -318,3 +318,13 @@ iframe {
@@ -318,3 +318,13 @@ iframe {
width: 100%;
width: 100%;
aspect-ratio: 16 / 9;
aspect-ratio: 16 / 9;
}
}
 
 
input::-webkit-outer-spin-button,
 
input::-webkit-inner-spin-button {
 
-webkit-appearance: none;
 
margin: 0;
 
}
 
 
input[type=number]{
 
-moz-appearance: textfield;
 
}
Loading