Describe the bug
3 dots menu is not completely displayed
To Reproduce
Expected behavior
All items of the 3 dots menu are displayed
Version
Deck 1.0.3


Same issue; in Chrome it appears at least as being scrollable. Maybe the issue is related to the removal of the global css rule?
However, it might be better to put some more effort into beta testing before officially launching a new version that is delivered to everybody? 1.0.2 already had this quite obvious right sidebar bug and now 1.0.3 has something similar in the left sidebar. ;-) I personally wouldn't mind doing some beta testing before launching but the release of 1.0.3 came a little bit too unexpected. Is there any beta testing routine that one can become part of?
Same tiny issue on Firefox (77.0.1 with Ubuntu 18.04).
I'm willing to help testing as well.
Upstream bug in the vue components library https://github.com/nextcloud/nextcloud-vue/pull/1160
Meant as a work around only ... you can navigate the initially not visible list using the arrow keys up + down.
Using Firefox (v77.0.1) here ...
Theoretically fixed by #2104 with
I've fix finaly that in manualy adding a min-heigth of .app-navigation ul[data-v-b57f9b42]
but b57f9b42 is most probably changing at each css parsing
Finaly by allowing overflow is better, sorry for the bad first idea @stefan-niedermann
https://github.com/nextcloud/nextcloud-vue/pull/1184
now it's ok: All items of the 3 dots menu are displayed:

@cloud2018 Thanks a lot for reporting back, highly appreciated. :heart:
Most helpful comment
Upstream bug in the vue components library https://github.com/nextcloud/nextcloud-vue/pull/1160