fix(navigation): scrolling when many projects are present
Regression from ee3d20e1d265b5e348749448e7cffd52f26796d8 Resolves https://github.com/go-vikunja/vikunja/issues/249
This commit is contained in:
parent
cb2c2eeae8
commit
ed4be389ab
@ -156,6 +156,7 @@ const savedFilterProjects = computed(() => projectStore.savedFilterProjects)
|
|||||||
left: 0;
|
left: 0;
|
||||||
transform: translateX(-100%);
|
transform: translateX(-100%);
|
||||||
width: $navbar-width;
|
width: $navbar-width;
|
||||||
|
overflow-y: auto;
|
||||||
|
|
||||||
@media screen and (max-width: $tablet) {
|
@media screen and (max-width: $tablet) {
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user