Working in paginations

This commit is contained in:
MaxOvs19
2023-12-04 17:30:52 +03:00
parent 856076a47e
commit 154fb0dfa6
14 changed files with 249 additions and 114 deletions

View File

@ -23,9 +23,14 @@
max-height: 700px;
// overflow-y: auto;
@media (max-width: 990px) {
width: 96%;
}
@media (max-width: 880px) {
max-height: none;
overflow-y: inherit;
width: 96%;
}
&::-webkit-scrollbar {
@ -576,6 +581,14 @@
//&:focus-within {
// border: 1px solid #0000004d;
//}
@media (max-width: 880px) {
width: 100%;
}
}
@media (max-width: 880px) {
width: 100%;
}
}
@ -1089,6 +1102,10 @@
}
}
}
@media (max-width: 880px) {
width: 100%;
}
}
&-priority {