Replies: 4 comments 9 replies
|
This will not going to in there by default. You could however use the new CSS customization feature. You can add this CSS to the wiki article if you want for others to easy see it. |
|
My workaround is not a solution (but a hack), as it has some issues:
I do not think that adding my dirty hack is a good idea (I am rather a CSS rookie). I just provided the CSS to show the desired behaviour. |
|
Thanks, I have the same problem, I have a long list and also a long list of collections, so I added this for the filters: .filter
{
max-height: 25vh;
overflow-y:auto;
} |
|
This would be a great feature request for the upstream bitwarden project... |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Make the search filter always being visible and let only the actuall list scroll.
I am using this workaround with Stylus addon (this is a hack an no good solution):
This allows me:
Issues:
Prefered solution
All reactions