Fix scroll barre catégorie (pas parfait)
This commit is contained in:
parent
492e70d070
commit
a9eb2c43d0
@ -126,8 +126,9 @@ details[role="list"] summary + ul li.selected>a:hover {
|
|||||||
.categories {
|
.categories {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 2.8em;
|
line-height: 2.8em;
|
||||||
overflow: hidden;
|
[data-tooltip]::before {
|
||||||
width: 100%;
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -140,7 +141,9 @@ 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;
|
[data-tooltip]::before {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#filters details {
|
#filters details {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
|
Loading…
Reference in New Issue
Block a user