fix(navigation): do not hide shadows of dropdown menu
continuous-integration/drone/push Build is passing Details

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

View File

@ -5,7 +5,7 @@
"eslint.packageManager": "pnpm",
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"eslint.format.enable": true,
"[javascript]": {

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) {