1
0

fix(navigation): do not hide shadows of dropdown menu

This commit is contained in:
kolaente
2024-04-09 13:07:01 +02:00
parent 8458e77341
commit ee3d20e1d2
2 changed files with 1 additions and 2 deletions

View File

@ -155,7 +155,6 @@ const savedFilterProjects = computed(() => projectStore.savedFilterProjects)
bottom: 0;
left: 0;
transform: translateX(-100%);
overflow-x: auto;
width: $navbar-width;
@media screen and (max-width: $tablet) {