On corrige le problème du scroll
This commit is contained in:
parent
89189695ad
commit
492e70d070
@ -122,10 +122,13 @@ details[role="list"] summary + ul li.selected>a:hover {
|
|||||||
color: var(--primary-inverse);
|
color: var(--primary-inverse);
|
||||||
}
|
}
|
||||||
|
|
||||||
#filters .categories {
|
#filters {
|
||||||
text-align: center;
|
.categories {
|
||||||
line-height: 2.8em;
|
text-align: center;
|
||||||
overflow: hidden;
|
line-height: 2.8em;
|
||||||
|
overflow: hidden;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
@ -137,6 +140,7 @@ details[role="list"] summary + ul li.selected>a:hover {
|
|||||||
float: left;
|
float: left;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
|
overflow: visible;
|
||||||
}
|
}
|
||||||
#filters details {
|
#filters details {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
|
Loading…
Reference in New Issue
Block a user