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 {
|
||||
text-align: center;
|
||||
line-height: 2.8em;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
[data-tooltip]::before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -140,7 +141,9 @@ details[role="list"] summary + ul li.selected>a:hover {
|
||||
float: left;
|
||||
text-align: left;
|
||||
line-height: 2em;
|
||||
overflow: visible;
|
||||
[data-tooltip]::before {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
#filters details {
|
||||
width: 25%;
|
||||
|
Loading…
Reference in New Issue
Block a user