Implementation of categoryId edition.

This commit is contained in:
Florian THIERRY
2024-09-10 10:47:58 +02:00
parent 1cc4abc24e
commit 500952d4d4
4 changed files with 58 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
bottom: 0;
transition: left .2s ease-in-out;
width: $categoriesMenuWidth;
z-index: 2;
z-index: 3;
padding: 1em 0;
&.displayed {
@@ -77,6 +77,7 @@
height: 100%;
background-color: #000;
opacity: .2;
z-index: 2;
&.displayed {
display: block;