fix(navigation): scrolling when many projects are present
continuous-integration/drone/push Build is failing Details

Regression from ee3d20e1d2
Resolves https://github.com/go-vikunja/vikunja/issues/249
This commit is contained in:
kolaente 2024-04-10 22:54:36 +02:00
parent cb2c2eeae8
commit ed4be389ab
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

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