sort js
All checks were successful
Deploy / Deploy to Production (push) Successful in 14s

This commit is contained in:
Julie Blanc 2026-02-25 16:07:14 +01:00
parent a907d317b8
commit 494dd15166
10 changed files with 100 additions and 10 deletions

View file

@ -19,7 +19,7 @@
visibility: hidden;
transform: translateY(-4px);
transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
z-index: 100;
z-index: calc(var(--z-header) - 100);
&::before{
content: "";

View file

@ -1278,7 +1278,7 @@ button.sort[data-sort-type=up] .arrow {
visibility: hidden;
transform: translateY(-4px);
transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
z-index: 100;
z-index: calc(var(--z-header) - 100);
}
.dropdown__content::before {
content: "◀";

File diff suppressed because one or more lines are too long